type github.com/gotd/td/tg.AuthImportAuthorizationRequest
23 uses
github.com/gotd/td/tg (current package)
tl_auth_import_authorization_gen.go#L38: type AuthImportAuthorizationRequest struct {
tl_auth_import_authorization_gen.go#L50: _ bin.Encoder = &AuthImportAuthorizationRequest{}
tl_auth_import_authorization_gen.go#L51: _ bin.Decoder = &AuthImportAuthorizationRequest{}
tl_auth_import_authorization_gen.go#L52: _ bin.BareEncoder = &AuthImportAuthorizationRequest{}
tl_auth_import_authorization_gen.go#L53: _ bin.BareDecoder = &AuthImportAuthorizationRequest{}
tl_auth_import_authorization_gen.go#L56: func (i *AuthImportAuthorizationRequest) Zero() bool {
tl_auth_import_authorization_gen.go#L71: func (i *AuthImportAuthorizationRequest) String() string {
tl_auth_import_authorization_gen.go#L75: type Alias AuthImportAuthorizationRequest
tl_auth_import_authorization_gen.go#L80: func (i *AuthImportAuthorizationRequest) FillFrom(from interface {
tl_auth_import_authorization_gen.go#L91: func (*AuthImportAuthorizationRequest) TypeID() uint32 {
tl_auth_import_authorization_gen.go#L96: func (*AuthImportAuthorizationRequest) TypeName() string {
tl_auth_import_authorization_gen.go#L101: func (i *AuthImportAuthorizationRequest) TypeInfo() tdp.Type {
tl_auth_import_authorization_gen.go#L124: func (i *AuthImportAuthorizationRequest) Encode(b *bin.Buffer) error {
tl_auth_import_authorization_gen.go#L133: func (i *AuthImportAuthorizationRequest) EncodeBare(b *bin.Buffer) error {
tl_auth_import_authorization_gen.go#L143: func (i *AuthImportAuthorizationRequest) Decode(b *bin.Buffer) error {
tl_auth_import_authorization_gen.go#L154: func (i *AuthImportAuthorizationRequest) DecodeBare(b *bin.Buffer) error {
tl_auth_import_authorization_gen.go#L176: func (i *AuthImportAuthorizationRequest) GetID() (value int64) {
tl_auth_import_authorization_gen.go#L184: func (i *AuthImportAuthorizationRequest) GetBytes() (value []byte) {
tl_auth_import_authorization_gen.go#L201: func (c *Client) AuthImportAuthorization(ctx context.Context, request *AuthImportAuthorizationRequest) (AuthAuthorizationClass, error) {
tl_registry_gen.go#L4817: AuthImportAuthorizationRequestTypeID: func() bin.Object { return &AuthImportAuthorizationRequest{} },
tl_server_gen.go#L166: func (s *ServerDispatcher) OnAuthImportAuthorization(f func(ctx context.Context, request *AuthImportAuthorizationRequest) (AuthAuthorizationClass, error)) {
tl_server_gen.go#L168: var request AuthImportAuthorizationRequest
github.com/gotd/td/telegram
transfer.go#L28: req := &tg.AuthImportAuthorizationRequest{}
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. |