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