github.com/gotd/td/tg.MessagesQuickReplies.Chats (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_messages_quick_replies_gen.go#L47: 	Chats []ChatClass
		tl_messages_quick_replies_gen.go#L78: 	if !(q.Chats == nil) {
		tl_messages_quick_replies_gen.go#L106: 	q.Chats = from.GetChats()
		tl_messages_quick_replies_gen.go#L182: 	b.PutVectorHeader(len(q.Chats))
		tl_messages_quick_replies_gen.go#L183: 	for idx, v := range q.Chats {
		tl_messages_quick_replies_gen.go#L260: 			q.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_quick_replies_gen.go#L267: 			q.Chats = append(q.Chats, value)
		tl_messages_quick_replies_gen.go#L311: 	return q.Chats
		tl_messages_quick_replies_gen.go#L329: 	return ChatClassArray(q.Chats)