github.com/gotd/td/tg.User.Username (field)
9 uses
github.com/gotd/td/tg (current package)
tl_user_gen.go#L262: Username string
tl_user_gen.go#L432: if !(u.Username == "") {
tl_user_gen.go#L562: u.Username = val
tl_user_gen.go#L913: if !(u.Username == "") {
tl_user_gen.go#L986: b.PutString(u.Username)
tl_user_gen.go#L1137: u.Username = value
tl_user_gen.go#L1725: u.Username = value
tl_user_gen.go#L1737: return u.Username, true
github.com/gotd/td/telegram
connect.go#L35: c.log.Info("Got self", zap.String("username", self.Username))
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. |