github.com/gotd/td/tg.PaymentsUniqueStarGift.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_payments_unique_star_gift_gen.go#L48: Chats []ChatClass
tl_payments_unique_star_gift_gen.go#L71: if !(u.Chats == nil) {
tl_payments_unique_star_gift_gen.go#L97: u.Chats = from.GetChats()
tl_payments_unique_star_gift_gen.go#L160: b.PutVectorHeader(len(u.Chats))
tl_payments_unique_star_gift_gen.go#L161: for idx, v := range u.Chats {
tl_payments_unique_star_gift_gen.go#L211: u.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_payments_unique_star_gift_gen.go#L218: u.Chats = append(u.Chats, value)
tl_payments_unique_star_gift_gen.go#L254: return u.Chats
tl_payments_unique_star_gift_gen.go#L267: return ChatClassArray(u.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. |