const github.com/gotd/td/tg.ForumTopicTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_forum_topic_gen.go#L249: const ForumTopicTypeID = 0x71701da9
tl_forum_topic_gen.go#L394: return ForumTopicTypeID
tl_forum_topic_gen.go#L406: ID: ForumTopicTypeID,
tl_forum_topic_gen.go#L530: b.PutID(ForumTopicTypeID)
tl_forum_topic_gen.go#L581: if err := b.ConsumeID(ForumTopicTypeID); err != nil {
tl_forum_topic_gen.go#L982: case ForumTopicTypeID:
tl_registry_gen.go#L1148: ForumTopicTypeID: "forumTopic#71701da9",
tl_registry_gen.go#L2930: "forumTopic": ForumTopicTypeID,
tl_registry_gen.go#L4712: ForumTopicTypeID: func() bin.Object { return &ForumTopic{} },
tl_registry_gen.go#L5704: ForumTopicTypeID,
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. |