github.com/gotd/td/tg.UpdateUserName.Usernames (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L1298: Usernames []Username
tl_update_gen.go#L1330: if !(u.Usernames == nil) {
tl_update_gen.go#L1356: u.Usernames = from.GetUsernames()
tl_update_gen.go#L1419: b.PutVectorHeader(len(u.Usernames))
tl_update_gen.go#L1420: for idx, v := range u.Usernames {
tl_update_gen.go#L1472: u.Usernames = make([]Username, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L1479: u.Usernames = append(u.Usernames, value)
tl_update_gen.go#L1514: return u.Usernames
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. |