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

10 uses

	github.com/gotd/td/tg (current package)
		tl_payments_star_gift_auction_state_gen.go#L59: 	Chats []ChatClass
		tl_payments_star_gift_auction_state_gen.go#L92: 	if !(s.Chats == nil) {
		tl_payments_star_gift_auction_state_gen.go#L122: 	s.Chats = from.GetChats()
		tl_payments_star_gift_auction_state_gen.go#L215: 	b.PutVectorHeader(len(s.Chats))
		tl_payments_star_gift_auction_state_gen.go#L216: 	for idx, v := range s.Chats {
		tl_payments_star_gift_auction_state_gen.go#L293: 			s.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_payments_star_gift_auction_state_gen.go#L300: 			s.Chats = append(s.Chats, value)
		tl_payments_star_gift_auction_state_gen.go#L351: 	return s.Chats
		tl_payments_star_gift_auction_state_gen.go#L366: 	return ChatClassArray(s.Chats)