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