const github.com/gotd/td/tg.MessageActionEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L42: const MessageActionEmptyTypeID = 0xb6aef7b0
tl_message_action_gen.go#L78: return MessageActionEmptyTypeID
tl_message_action_gen.go#L90: ID: MessageActionEmptyTypeID,
tl_message_action_gen.go#L105: b.PutID(MessageActionEmptyTypeID)
tl_message_action_gen.go#L122: if err := b.ConsumeID(MessageActionEmptyTypeID); err != nil {
tl_message_action_gen.go#L7769: case MessageActionEmptyTypeID:
tl_registry_gen.go#L149: MessageActionEmptyTypeID: "messageActionEmpty#b6aef7b0",
tl_registry_gen.go#L1931: "messageActionEmpty": MessageActionEmptyTypeID,
tl_registry_gen.go#L3713: MessageActionEmptyTypeID: func() bin.Object { return &MessageActionEmpty{} },
tl_registry_gen.go#L6014: MessageActionEmptyTypeID,
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. |