const github.com/gotd/td/tg.MessageTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L378: const MessageTypeID = 0x38116ee0
tl_message_gen.go#L625: return MessageTypeID
tl_message_gen.go#L637: ID: MessageTypeID,
tl_message_gen.go#L889: b.PutID(MessageTypeID)
tl_message_gen.go#L1006: if err := b.ConsumeID(MessageTypeID); err != nil {
tl_message_gen.go#L2491: case MessageTypeID:
tl_registry_gen.go#L131: MessageTypeID: "message#38116ee0",
tl_registry_gen.go#L1913: "message": MessageTypeID,
tl_registry_gen.go#L3695: MessageTypeID: func() bin.Object { return &Message{} },
tl_registry_gen.go#L6058: MessageTypeID,
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. |