github.com/gotd/td/tg.PhoneGroupParticipants.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_phone_group_participants_gen.go#L52: Users []UserClass
tl_phone_group_participants_gen.go#L84: if !(g.Users == nil) {
tl_phone_group_participants_gen.go#L116: g.Users = from.GetUsers()
tl_phone_group_participants_gen.go#L202: b.PutVectorHeader(len(g.Users))
tl_phone_group_participants_gen.go#L203: for idx, v := range g.Users {
tl_phone_group_participants_gen.go#L286: g.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_phone_group_participants_gen.go#L293: g.Users = append(g.Users, value)
tl_phone_group_participants_gen.go#L343: return g.Users
tl_phone_group_participants_gen.go#L361: return UserClassArray(g.Users)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |