github.com/gotd/td/tg.PaymentsUniqueStarGift.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_payments_unique_star_gift_gen.go#L50: Users []UserClass
tl_payments_unique_star_gift_gen.go#L74: if !(u.Users == nil) {
tl_payments_unique_star_gift_gen.go#L98: u.Users = from.GetUsers()
tl_payments_unique_star_gift_gen.go#L169: b.PutVectorHeader(len(u.Users))
tl_payments_unique_star_gift_gen.go#L170: for idx, v := range u.Users {
tl_payments_unique_star_gift_gen.go#L228: u.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_payments_unique_star_gift_gen.go#L235: u.Users = append(u.Users, value)
tl_payments_unique_star_gift_gen.go#L262: return u.Users
tl_payments_unique_star_gift_gen.go#L272: return UserClassArray(u.Users)
![]() |
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. |