github.com/gotd/td/tg.User.Usernames (field)
11 uses
github.com/gotd/td/tg (current package)
tl_user_gen.go#L456: Usernames []Username
tl_user_gen.go#L662: if !(u.Usernames == nil) {
tl_user_gen.go#L829: u.Usernames = val
tl_user_gen.go#L1262: if !(u.Usernames == nil) {
tl_user_gen.go#L1364: b.PutVectorHeader(len(u.Usernames))
tl_user_gen.go#L1365: for idx, v := range u.Usernames {
tl_user_gen.go#L1568: u.Usernames = make([]Username, 0, headerLen%bin.PreallocateLimit)
tl_user_gen.go#L1575: u.Usernames = append(u.Usernames, value)
tl_user_gen.go#L2418: u.Usernames = value
tl_user_gen.go#L2430: return u.Usernames, true
![]() |
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. |