type github.com/gotd/td/tg.AuthExportedAuthorization

23 uses

	github.com/gotd/td/tg (current package)
		tl_auth_export_authorization_gen.go#L173: func (c *Client) AuthExportAuthorization(ctx context.Context, dcid int) (*AuthExportedAuthorization, error) {
		tl_auth_export_authorization_gen.go#L174: 	var result AuthExportedAuthorization
		tl_auth_exported_authorization_gen.go#L38: type AuthExportedAuthorization struct {
		tl_auth_exported_authorization_gen.go#L50: 	_ bin.Encoder     = &AuthExportedAuthorization{}
		tl_auth_exported_authorization_gen.go#L51: 	_ bin.Decoder     = &AuthExportedAuthorization{}
		tl_auth_exported_authorization_gen.go#L52: 	_ bin.BareEncoder = &AuthExportedAuthorization{}
		tl_auth_exported_authorization_gen.go#L53: 	_ bin.BareDecoder = &AuthExportedAuthorization{}
		tl_auth_exported_authorization_gen.go#L56: func (e *AuthExportedAuthorization) Zero() bool {
		tl_auth_exported_authorization_gen.go#L71: func (e *AuthExportedAuthorization) String() string {
		tl_auth_exported_authorization_gen.go#L75: 	type Alias AuthExportedAuthorization
		tl_auth_exported_authorization_gen.go#L80: func (e *AuthExportedAuthorization) FillFrom(from interface {
		tl_auth_exported_authorization_gen.go#L91: func (*AuthExportedAuthorization) TypeID() uint32 {
		tl_auth_exported_authorization_gen.go#L96: func (*AuthExportedAuthorization) TypeName() string {
		tl_auth_exported_authorization_gen.go#L101: func (e *AuthExportedAuthorization) TypeInfo() tdp.Type {
		tl_auth_exported_authorization_gen.go#L124: func (e *AuthExportedAuthorization) Encode(b *bin.Buffer) error {
		tl_auth_exported_authorization_gen.go#L133: func (e *AuthExportedAuthorization) EncodeBare(b *bin.Buffer) error {
		tl_auth_exported_authorization_gen.go#L143: func (e *AuthExportedAuthorization) Decode(b *bin.Buffer) error {
		tl_auth_exported_authorization_gen.go#L154: func (e *AuthExportedAuthorization) DecodeBare(b *bin.Buffer) error {
		tl_auth_exported_authorization_gen.go#L176: func (e *AuthExportedAuthorization) GetID() (value int64) {
		tl_auth_exported_authorization_gen.go#L184: func (e *AuthExportedAuthorization) GetBytes() (value []byte) {
		tl_registry_gen.go#L3770: 		AuthExportedAuthorizationTypeID:                          func() bin.Object { return &AuthExportedAuthorization{} },
		tl_server_gen.go#L149: func (s *ServerDispatcher) OnAuthExportAuthorization(f func(ctx context.Context, dcid int) (*AuthExportedAuthorization, error)) {

	github.com/gotd/td/telegram
		transfer.go#L11: func (c *Client) exportAuth(ctx context.Context, dcID int) (*tg.AuthExportedAuthorization, error) {