const github.com/gotd/td/internal/mt.MsgCopyTypeID
8 uses
github.com/gotd/td/internal/mt (current package)
tl_msg_copy_gen.go#L41: const MsgCopyTypeID = 0xe06046b2
tl_msg_copy_gen.go#L75: return MsgCopyTypeID
tl_msg_copy_gen.go#L87: ID: MsgCopyTypeID,
tl_msg_copy_gen.go#L107: b.PutID(MsgCopyTypeID)
tl_msg_copy_gen.go#L127: if err := b.ConsumeID(MsgCopyTypeID); err != nil {
tl_registry_gen.go#L61: MsgCopyTypeID: "msg_copy#e06046b2",
tl_registry_gen.go#L112: "msg_copy": MsgCopyTypeID,
tl_registry_gen.go#L163: MsgCopyTypeID: func() bin.Object { return &MsgCopy{} },
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. |