type github.com/gotd/td/tg.AuthAuthorizationBox
17 uses
github.com/gotd/td/tg (current package)
tl_auth_authorization_gen.go#L628: type AuthAuthorizationBox struct {
tl_auth_authorization_gen.go#L633: func (b *AuthAuthorizationBox) Decode(buf *bin.Buffer) error {
tl_auth_authorization_gen.go#L646: func (b *AuthAuthorizationBox) Encode(buf *bin.Buffer) error {
tl_auth_check_password_gen.go#L194: var result AuthAuthorizationBox
tl_auth_import_authorization_gen.go#L202: var result AuthAuthorizationBox
tl_auth_import_bot_authorization_gen.go#L267: var result AuthAuthorizationBox
tl_auth_import_web_token_authorization_gen.go#L233: var result AuthAuthorizationBox
tl_auth_recover_password_gen.go#L253: var result AuthAuthorizationBox
tl_auth_sign_in_gen.go#L331: var result AuthAuthorizationBox
tl_auth_sign_up_gen.go#L261: var result AuthAuthorizationBox
tl_server_gen.go#L88: return &AuthAuthorizationBox{Authorization: response}, nil
tl_server_gen.go#L105: return &AuthAuthorizationBox{Authorization: response}, nil
tl_server_gen.go#L177: return &AuthAuthorizationBox{Authorization: response}, nil
tl_server_gen.go#L215: return &AuthAuthorizationBox{Authorization: response}, nil
tl_server_gen.go#L232: return &AuthAuthorizationBox{Authorization: response}, nil
tl_server_gen.go#L266: return &AuthAuthorizationBox{Authorization: response}, nil
tl_server_gen.go#L414: return &AuthAuthorizationBox{Authorization: response}, nil
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. |