const github.com/gotd/td/internal/mt.MsgContainerTypeID
8 uses
github.com/gotd/td/internal/mt (current package)
tl_msg_container_gen.go#L41: const MsgContainerTypeID = 0x73f1f8dc
tl_msg_container_gen.go#L75: return MsgContainerTypeID
tl_msg_container_gen.go#L87: ID: MsgContainerTypeID,
tl_msg_container_gen.go#L107: b.PutID(MsgContainerTypeID)
tl_msg_container_gen.go#L130: if err := b.ConsumeID(MsgContainerTypeID); err != nil {
tl_registry_gen.go#L59: MsgContainerTypeID: "msg_container#73f1f8dc",
tl_registry_gen.go#L110: "msg_container": MsgContainerTypeID,
tl_registry_gen.go#L161: MsgContainerTypeID: func() bin.Object { return &MsgContainer{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |