const github.com/gotd/td/tg.MessageActionCustomActionTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L3042: const MessageActionCustomActionTypeID = 0xfae69f56
tl_message_action_gen.go#L3088: return MessageActionCustomActionTypeID
tl_message_action_gen.go#L3100: ID: MessageActionCustomActionTypeID,
tl_message_action_gen.go#L3120: b.PutID(MessageActionCustomActionTypeID)
tl_message_action_gen.go#L3138: if err := b.ConsumeID(MessageActionCustomActionTypeID); err != nil {
tl_message_action_gen.go#L7895: case MessageActionCustomActionTypeID:
tl_registry_gen.go#L167: MessageActionCustomActionTypeID: "messageActionCustomAction#fae69f56",
tl_registry_gen.go#L1949: "messageActionCustomAction": MessageActionCustomActionTypeID,
tl_registry_gen.go#L3731: MessageActionCustomActionTypeID: func() bin.Object { return &MessageActionCustomAction{} },
tl_registry_gen.go#L6032: MessageActionCustomActionTypeID,
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. |