const github.com/gotd/td/internal/mt.MessageTypeID
8 uses
github.com/gotd/td/internal/mt (current package)
tl_message_gen.go#L47: const MessageTypeID = 0x5bb8e511
tl_message_gen.go#L90: return MessageTypeID
tl_message_gen.go#L102: ID: MessageTypeID,
tl_message_gen.go#L134: b.PutID(MessageTypeID)
tl_message_gen.go#L157: if err := b.ConsumeID(MessageTypeID); err != nil {
tl_registry_gen.go#L60: MessageTypeID: "message#5bb8e511",
tl_registry_gen.go#L111: "message": MessageTypeID,
tl_registry_gen.go#L162: MessageTypeID: func() bin.Object { return &Message{} },
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. |