type github.com/gotd/td/tg.AccountGetAuthorizationFormRequest
23 uses
github.com/gotd/td/tg (current package)
tl_account_get_authorization_form_gen.go#L38: type AccountGetAuthorizationFormRequest struct {
tl_account_get_authorization_form_gen.go#L52: _ bin.Encoder = &AccountGetAuthorizationFormRequest{}
tl_account_get_authorization_form_gen.go#L53: _ bin.Decoder = &AccountGetAuthorizationFormRequest{}
tl_account_get_authorization_form_gen.go#L54: _ bin.BareEncoder = &AccountGetAuthorizationFormRequest{}
tl_account_get_authorization_form_gen.go#L55: _ bin.BareDecoder = &AccountGetAuthorizationFormRequest{}
tl_account_get_authorization_form_gen.go#L58: func (g *AccountGetAuthorizationFormRequest) Zero() bool {
tl_account_get_authorization_form_gen.go#L76: func (g *AccountGetAuthorizationFormRequest) String() string {
tl_account_get_authorization_form_gen.go#L80: type Alias AccountGetAuthorizationFormRequest
tl_account_get_authorization_form_gen.go#L85: func (g *AccountGetAuthorizationFormRequest) FillFrom(from interface {
tl_account_get_authorization_form_gen.go#L98: func (*AccountGetAuthorizationFormRequest) TypeID() uint32 {
tl_account_get_authorization_form_gen.go#L103: func (*AccountGetAuthorizationFormRequest) TypeName() string {
tl_account_get_authorization_form_gen.go#L108: func (g *AccountGetAuthorizationFormRequest) TypeInfo() tdp.Type {
tl_account_get_authorization_form_gen.go#L135: func (g *AccountGetAuthorizationFormRequest) Encode(b *bin.Buffer) error {
tl_account_get_authorization_form_gen.go#L144: func (g *AccountGetAuthorizationFormRequest) EncodeBare(b *bin.Buffer) error {
tl_account_get_authorization_form_gen.go#L155: func (g *AccountGetAuthorizationFormRequest) Decode(b *bin.Buffer) error {
tl_account_get_authorization_form_gen.go#L166: func (g *AccountGetAuthorizationFormRequest) DecodeBare(b *bin.Buffer) error {
tl_account_get_authorization_form_gen.go#L195: func (g *AccountGetAuthorizationFormRequest) GetBotID() (value int64) {
tl_account_get_authorization_form_gen.go#L203: func (g *AccountGetAuthorizationFormRequest) GetScope() (value string) {
tl_account_get_authorization_form_gen.go#L211: func (g *AccountGetAuthorizationFormRequest) GetPublicKey() (value string) {
tl_account_get_authorization_form_gen.go#L226: func (c *Client) AccountGetAuthorizationForm(ctx context.Context, request *AccountGetAuthorizationFormRequest) (*AccountAuthorizationForm, error) {
tl_registry_gen.go#L4867: AccountGetAuthorizationFormRequestTypeID: func() bin.Object { return &AccountGetAuthorizationFormRequest{} },
tl_server_gen.go#L1100: func (s *ServerDispatcher) OnAccountGetAuthorizationForm(f func(ctx context.Context, request *AccountGetAuthorizationFormRequest) (*AccountAuthorizationForm, error)) {
tl_server_gen.go#L1102: var request AccountGetAuthorizationFormRequest
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. |