github.com/gotd/td/tg.ChannelsGetForumTopicsByIDRequest.Topics (field)
9 uses
github.com/gotd/td/tg (current package)
tl_channels_get_forum_topics_by_id_gen.go#L42: Topics []int
tl_channels_get_forum_topics_by_id_gen.go#L63: if !(g.Topics == nil) {
tl_channels_get_forum_topics_by_id_gen.go#L85: g.Topics = from.GetTopics()
tl_channels_get_forum_topics_by_id_gen.go#L143: b.PutVectorHeader(len(g.Topics))
tl_channels_get_forum_topics_by_id_gen.go#L144: for _, v := range g.Topics {
tl_channels_get_forum_topics_by_id_gen.go#L180: g.Topics = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_channels_get_forum_topics_by_id_gen.go#L187: g.Topics = append(g.Topics, value)
tl_channels_get_forum_topics_by_id_gen.go#L206: return g.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. |