github.com/gotd/td/tg.AccountUpdateUsernameRequest.Username (field)
8 uses
github.com/gotd/td/tg (current package)
tl_account_check_username_gen.go#L41: Username string
tl_account_check_username_gen.go#L59: if !(c.Username == "") {
tl_account_check_username_gen.go#L79: c.Username = from.GetUsername()
tl_account_check_username_gen.go#L127: b.PutString(c.Username)
tl_account_check_username_gen.go#L152: c.Username = value
tl_account_check_username_gen.go#L162: return c.Username
tl_account_check_username_gen.go#L179: Username: username,
tl_server_gen.go#L642: response, err := f(ctx, request.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. |