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

24 uses

	github.com/gotd/td/tg (current package)
		tl_auth_bind_temp_auth_key_gen.go#L44: type AuthBindTempAuthKeyRequest struct {
		tl_auth_bind_temp_auth_key_gen.go#L69: 	_ bin.Encoder     = &AuthBindTempAuthKeyRequest{}
		tl_auth_bind_temp_auth_key_gen.go#L70: 	_ bin.Decoder     = &AuthBindTempAuthKeyRequest{}
		tl_auth_bind_temp_auth_key_gen.go#L71: 	_ bin.BareEncoder = &AuthBindTempAuthKeyRequest{}
		tl_auth_bind_temp_auth_key_gen.go#L72: 	_ bin.BareDecoder = &AuthBindTempAuthKeyRequest{}
		tl_auth_bind_temp_auth_key_gen.go#L75: func (b *AuthBindTempAuthKeyRequest) Zero() bool {
		tl_auth_bind_temp_auth_key_gen.go#L96: func (b *AuthBindTempAuthKeyRequest) String() string {
		tl_auth_bind_temp_auth_key_gen.go#L100: 	type Alias AuthBindTempAuthKeyRequest
		tl_auth_bind_temp_auth_key_gen.go#L105: func (b *AuthBindTempAuthKeyRequest) FillFrom(from interface {
		tl_auth_bind_temp_auth_key_gen.go#L120: func (*AuthBindTempAuthKeyRequest) TypeID() uint32 {
		tl_auth_bind_temp_auth_key_gen.go#L125: func (*AuthBindTempAuthKeyRequest) TypeName() string {
		tl_auth_bind_temp_auth_key_gen.go#L130: func (b *AuthBindTempAuthKeyRequest) TypeInfo() tdp.Type {
		tl_auth_bind_temp_auth_key_gen.go#L161: func (b *AuthBindTempAuthKeyRequest) Encode(buf *bin.Buffer) error {
		tl_auth_bind_temp_auth_key_gen.go#L170: func (b *AuthBindTempAuthKeyRequest) EncodeBare(buf *bin.Buffer) error {
		tl_auth_bind_temp_auth_key_gen.go#L182: func (b *AuthBindTempAuthKeyRequest) Decode(buf *bin.Buffer) error {
		tl_auth_bind_temp_auth_key_gen.go#L193: func (b *AuthBindTempAuthKeyRequest) DecodeBare(buf *bin.Buffer) error {
		tl_auth_bind_temp_auth_key_gen.go#L229: func (b *AuthBindTempAuthKeyRequest) GetPermAuthKeyID() (value int64) {
		tl_auth_bind_temp_auth_key_gen.go#L237: func (b *AuthBindTempAuthKeyRequest) GetNonce() (value int64) {
		tl_auth_bind_temp_auth_key_gen.go#L245: func (b *AuthBindTempAuthKeyRequest) GetExpiresAt() (value int) {
		tl_auth_bind_temp_auth_key_gen.go#L253: func (b *AuthBindTempAuthKeyRequest) GetEncryptedMessage() (value []byte) {
		tl_auth_bind_temp_auth_key_gen.go#L277: func (c *Client) AuthBindTempAuthKey(ctx context.Context, request *AuthBindTempAuthKeyRequest) (bool, error) {
		tl_registry_gen.go#L4818: 		AuthBindTempAuthKeyRequestTypeID:                                        func() bin.Object { return &AuthBindTempAuthKeyRequest{} },
		tl_server_gen.go#L183: func (s *ServerDispatcher) OnAuthBindTempAuthKey(f func(ctx context.Context, request *AuthBindTempAuthKeyRequest) (bool, error)) {
		tl_server_gen.go#L185: 		var request AuthBindTempAuthKeyRequest