const github.com/gotd/td/tg.ForumTopicDeletedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_forum_topic_gen.go#L44: const ForumTopicDeletedTypeID = 0x23f109b
tl_forum_topic_gen.go#L90: return ForumTopicDeletedTypeID
tl_forum_topic_gen.go#L102: ID: ForumTopicDeletedTypeID,
tl_forum_topic_gen.go#L122: b.PutID(ForumTopicDeletedTypeID)
tl_forum_topic_gen.go#L140: if err := b.ConsumeID(ForumTopicDeletedTypeID); err != nil {
tl_forum_topic_gen.go#L975: case ForumTopicDeletedTypeID:
tl_registry_gen.go#L1147: ForumTopicDeletedTypeID: "forumTopicDeleted#23f109b",
tl_registry_gen.go#L2929: "forumTopicDeleted": ForumTopicDeletedTypeID,
tl_registry_gen.go#L4711: ForumTopicDeletedTypeID: func() bin.Object { return &ForumTopicDeleted{} },
tl_registry_gen.go#L5703: ForumTopicDeletedTypeID,
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. |