github.com/gotd/td/tg.UserBox.User (field)
12 uses
github.com/gotd/td/tg (current package)
tl_account_change_phone_gen.go#L241: return result.User, nil
tl_account_update_profile_gen.go#L317: return result.User, nil
tl_account_update_username_gen.go#L185: return result.User, nil
tl_contacts_import_contact_token_gen.go#L191: return result.User, nil
tl_server_gen.go#L570: return &UserBox{User: response}, nil
tl_server_gen.go#L667: return &UserBox{User: response}, nil
tl_server_gen.go#L794: return &UserBox{User: response}, nil
tl_server_gen.go#L2658: return &UserBox{User: response}, nil
tl_user_gen.go#L2059: User UserClass
tl_user_gen.go#L2071: b.User = v
tl_user_gen.go#L2077: if b == nil || b.User == nil {
tl_user_gen.go#L2080: return b.User.Encode(buf)
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. |