github.com/gotd/td/tg.Updates.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_updates_gen.go#L2113: Users []UserClass
tl_updates_gen.go#L2145: if !(u.Users == nil) {
tl_updates_gen.go#L2179: u.Users = from.GetUsers()
tl_updates_gen.go#L2255: b.PutVectorHeader(len(u.Users))
tl_updates_gen.go#L2256: for idx, v := range u.Users {
tl_updates_gen.go#L2318: u.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L2325: u.Users = append(u.Users, value)
tl_updates_gen.go#L2375: return u.Users
tl_updates_gen.go#L2409: return UserClassArray(u.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. |