github.com/gotd/td/tg.PaymentsResaleStarGifts.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_payments_resale_star_gifts_gen.go#L78: Chats []ChatClass
tl_payments_resale_star_gifts_gen.go#L125: if !(r.Chats == nil) {
tl_payments_resale_star_gifts_gen.go#L172: r.Chats = from.GetChats()
tl_payments_resale_star_gifts_gen.go#L304: b.PutVectorHeader(len(r.Chats))
tl_payments_resale_star_gifts_gen.go#L305: for idx, v := range r.Chats {
tl_payments_resale_star_gifts_gen.go#L416: r.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_payments_resale_star_gifts_gen.go#L423: r.Chats = append(r.Chats, value)
tl_payments_resale_star_gifts_gen.go#L538: return r.Chats
tl_payments_resale_star_gifts_gen.go#L582: return ChatClassArray(r.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. |