github.com/gotd/td/tg.MessagesGetForumTopicsByIDRequest.Topics (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_get_forum_topics_by_id_gen.go#L43: Topics []int
tl_messages_get_forum_topics_by_id_gen.go#L64: if !(g.Topics == nil) {
tl_messages_get_forum_topics_by_id_gen.go#L86: g.Topics = from.GetTopics()
tl_messages_get_forum_topics_by_id_gen.go#L144: b.PutVectorHeader(len(g.Topics))
tl_messages_get_forum_topics_by_id_gen.go#L145: for _, v := range g.Topics {
tl_messages_get_forum_topics_by_id_gen.go#L181: g.Topics = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_messages_get_forum_topics_by_id_gen.go#L188: g.Topics = append(g.Topics, value)
tl_messages_get_forum_topics_by_id_gen.go#L207: return g.Topics
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |