github.com/gotd/td/tg.PhoneGroupCallStars.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_phone_group_call_stars_gen.go#L45: Users []UserClass
tl_phone_group_call_stars_gen.go#L72: if !(g.Users == nil) {
tl_phone_group_call_stars_gen.go#L98: g.Users = from.GetUsers()
tl_phone_group_call_stars_gen.go#L174: b.PutVectorHeader(len(g.Users))
tl_phone_group_call_stars_gen.go#L175: for idx, v := range g.Users {
tl_phone_group_call_stars_gen.go#L250: g.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_phone_group_call_stars_gen.go#L257: g.Users = append(g.Users, value)
tl_phone_group_call_stars_gen.go#L292: return g.Users
tl_phone_group_call_stars_gen.go#L302: return UserClassArray(g.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. |