const github.com/gotd/td/tg.MessageActionSetChatThemeTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L4891: const MessageActionSetChatThemeTypeID = 0xaa786345
tl_message_action_gen.go#L4937: return MessageActionSetChatThemeTypeID
tl_message_action_gen.go#L4949: ID: MessageActionSetChatThemeTypeID,
tl_message_action_gen.go#L4969: b.PutID(MessageActionSetChatThemeTypeID)
tl_message_action_gen.go#L4987: if err := b.ConsumeID(MessageActionSetChatThemeTypeID); err != nil {
tl_message_action_gen.go#L7965: case MessageActionSetChatThemeTypeID:
tl_registry_gen.go#L177: MessageActionSetChatThemeTypeID: "messageActionSetChatTheme#aa786345",
tl_registry_gen.go#L1959: "messageActionSetChatTheme": MessageActionSetChatThemeTypeID,
tl_registry_gen.go#L3741: MessageActionSetChatThemeTypeID: func() bin.Object { return &MessageActionSetChatTheme{} },
tl_registry_gen.go#L6042: MessageActionSetChatThemeTypeID,
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. |