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))