const github.com/gotd/td/tg.MessageActionTopicCreateTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L5775: const MessageActionTopicCreateTypeID = 0xd999256
tl_message_action_gen.go#L5837: return MessageActionTopicCreateTypeID
tl_message_action_gen.go#L5849: ID: MessageActionTopicCreateTypeID,
tl_message_action_gen.go#L5885: b.PutID(MessageActionTopicCreateTypeID)
tl_message_action_gen.go#L5911: if err := b.ConsumeID(MessageActionTopicCreateTypeID); err != nil {
tl_message_action_gen.go#L8000: case MessageActionTopicCreateTypeID:
tl_registry_gen.go#L182: MessageActionTopicCreateTypeID: "messageActionTopicCreate#d999256",
tl_registry_gen.go#L1964: "messageActionTopicCreate": MessageActionTopicCreateTypeID,
tl_registry_gen.go#L3746: MessageActionTopicCreateTypeID: func() bin.Object { return &MessageActionTopicCreate{} },
tl_registry_gen.go#L6047: MessageActionTopicCreateTypeID,
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. |