type github.com/gotd/td/tg.UserBox
11 uses
github.com/gotd/td/tg (current package)
tl_account_change_phone_gen.go#L236: var result UserBox
tl_account_update_profile_gen.go#L312: var result UserBox
tl_account_update_username_gen.go#L177: var result UserBox
tl_contacts_import_contact_token_gen.go#L183: var result UserBox
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#L2058: type UserBox struct {
tl_user_gen.go#L2063: func (b *UserBox) Decode(buf *bin.Buffer) error {
tl_user_gen.go#L2076: func (b *UserBox) Encode(buf *bin.Buffer) error {
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. |