github.com/gotd/td/tg.Updates.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_updates_gen.go#L2120: Users []UserClass
tl_updates_gen.go#L2152: if !(u.Users == nil) {
tl_updates_gen.go#L2186: u.Users = from.GetUsers()
tl_updates_gen.go#L2262: b.PutVectorHeader(len(u.Users))
tl_updates_gen.go#L2263: for idx, v := range u.Users {
tl_updates_gen.go#L2325: u.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L2332: u.Users = append(u.Users, value)
tl_updates_gen.go#L2382: return u.Users
tl_updates_gen.go#L2416: 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. |