github.com/gotd/td/tg.PaymentsStarGiftActiveAuctions.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_payments_star_gift_active_auctions_gen.go#L155: Chats []ChatClass
tl_payments_star_gift_active_auctions_gen.go#L184: if !(s.Chats == nil) {
tl_payments_star_gift_active_auctions_gen.go#L208: s.Chats = from.GetChats()
tl_payments_star_gift_active_auctions_gen.go#L279: b.PutVectorHeader(len(s.Chats))
tl_payments_star_gift_active_auctions_gen.go#L280: for idx, v := range s.Chats {
tl_payments_star_gift_active_auctions_gen.go#L348: s.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_payments_star_gift_active_auctions_gen.go#L355: s.Chats = append(s.Chats, value)
tl_payments_star_gift_active_auctions_gen.go#L382: return s.Chats
tl_payments_star_gift_active_auctions_gen.go#L392: return ChatClassArray(s.Chats)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |