github.com/gotd/td/tg.User.Username (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_user_gen.go#L386: 	Username string
		tl_user_gen.go#L639: 	if !(u.Username == "") {
		tl_user_gen.go#L801: 		u.Username = val
		tl_user_gen.go#L1252: 	if !(u.Username == "") {
		tl_user_gen.go#L1337: 		b.PutString(u.Username)
		tl_user_gen.go#L1516: 		u.Username = value
		tl_user_gen.go#L2286: 	u.Username = value
		tl_user_gen.go#L2298: 	return u.Username, true

	github.com/gotd/td/telegram
		connect.go#L73: 			c.log.Info(ctx, "Got self", log.String("username", self.Username))