github.com/gotd/td/tg.UpdateUserName.Usernames (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L1377: Usernames []Username
tl_update_gen.go#L1409: if !(u.Usernames == nil) {
tl_update_gen.go#L1435: u.Usernames = from.GetUsernames()
tl_update_gen.go#L1498: b.PutVectorHeader(len(u.Usernames))
tl_update_gen.go#L1499: for idx, v := range u.Usernames {
tl_update_gen.go#L1551: u.Usernames = make([]Username, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L1558: u.Usernames = append(u.Usernames, value)
tl_update_gen.go#L1593: return u.Usernames
![]() |
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. |