github.com/gotd/td/tg.MessagesForumTopics.Topics (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_forum_topics_gen.go#L64: Topics []ForumTopicClass
tl_messages_forum_topics_gen.go#L105: if !(f.Topics == nil) {
tl_messages_forum_topics_gen.go#L145: f.Topics = from.GetTopics()
tl_messages_forum_topics_gen.go#L234: b.PutVectorHeader(len(f.Topics))
tl_messages_forum_topics_gen.go#L235: for idx, v := range f.Topics {
tl_messages_forum_topics_gen.go#L310: f.Topics = make([]ForumTopicClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_forum_topics_gen.go#L317: f.Topics = append(f.Topics, value)
tl_messages_forum_topics_gen.go#L413: return f.Topics
tl_messages_forum_topics_gen.go#L450: return ForumTopicClassArray(f.Topics)
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. |