const github.com/gotd/td/tg.MessageActionBotAllowedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L3208: const MessageActionBotAllowedTypeID = 0xc516d679
tl_message_action_gen.go#L3278: return MessageActionBotAllowedTypeID
tl_message_action_gen.go#L3290: ID: MessageActionBotAllowedTypeID,
tl_message_action_gen.go#L3342: b.PutID(MessageActionBotAllowedTypeID)
tl_message_action_gen.go#L3374: if err := b.ConsumeID(MessageActionBotAllowedTypeID); err != nil {
tl_message_action_gen.go#L7902: case MessageActionBotAllowedTypeID:
tl_registry_gen.go#L168: MessageActionBotAllowedTypeID: "messageActionBotAllowed#c516d679",
tl_registry_gen.go#L1950: "messageActionBotAllowed": MessageActionBotAllowedTypeID,
tl_registry_gen.go#L3732: MessageActionBotAllowedTypeID: func() bin.Object { return &MessageActionBotAllowed{} },
tl_registry_gen.go#L6033: MessageActionBotAllowedTypeID,
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. |