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

10 uses

	github.com/gotd/td/tg (current package)
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L47: 	Chats []ChatClass
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L71: 	if !(s.Chats == nil) {
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L95: 	s.Chats = from.GetChats()
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L166: 	b.PutVectorHeader(len(s.Chats))
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L167: 	for idx, v := range s.Chats {
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L235: 			s.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L242: 			s.Chats = append(s.Chats, value)
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L269: 	return s.Chats
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L279: 	return ChatClassArray(s.Chats)