type github.com/gotd/td/tg.AuthLoginTokenBox
7 uses
github.com/gotd/td/tg (current package)
tl_auth_export_login_token_gen.go#L263: var result AuthLoginTokenBox
tl_auth_import_login_token_gen.go#L189: var result AuthLoginTokenBox
tl_auth_login_token_gen.go#L573: type AuthLoginTokenBox struct {
tl_auth_login_token_gen.go#L578: func (b *AuthLoginTokenBox) Decode(buf *bin.Buffer) error {
tl_auth_login_token_gen.go#L591: func (b *AuthLoginTokenBox) Encode(buf *bin.Buffer) error {
tl_server_gen.go#L342: return &AuthLoginTokenBox{LoginToken: response}, nil
tl_server_gen.go#L359: return &AuthLoginTokenBox{LoginToken: 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. |