const github.com/gotd/td/tg.MessageEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L53: const MessageEmptyTypeID = 0x90a6ca84
tl_message_gen.go#L110: return MessageEmptyTypeID
tl_message_gen.go#L122: ID: MessageEmptyTypeID,
tl_message_gen.go#L154: b.PutID(MessageEmptyTypeID)
tl_message_gen.go#L184: if err := b.ConsumeID(MessageEmptyTypeID); err != nil {
tl_message_gen.go#L2484: case MessageEmptyTypeID:
tl_registry_gen.go#L130: MessageEmptyTypeID: "messageEmpty#90a6ca84",
tl_registry_gen.go#L1912: "messageEmpty": MessageEmptyTypeID,
tl_registry_gen.go#L3694: MessageEmptyTypeID: func() bin.Object { return &MessageEmpty{} },
tl_registry_gen.go#L6057: MessageEmptyTypeID,
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. |