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

28 uses

	github.com/gotd/td/tg (current package)
		tl_account_change_authorization_settings_gen.go#L38: type AccountChangeAuthorizationSettingsRequest struct {
		tl_account_change_authorization_settings_gen.go#L73: 	_ bin.Encoder     = &AccountChangeAuthorizationSettingsRequest{}
		tl_account_change_authorization_settings_gen.go#L74: 	_ bin.Decoder     = &AccountChangeAuthorizationSettingsRequest{}
		tl_account_change_authorization_settings_gen.go#L75: 	_ bin.BareEncoder = &AccountChangeAuthorizationSettingsRequest{}
		tl_account_change_authorization_settings_gen.go#L76: 	_ bin.BareDecoder = &AccountChangeAuthorizationSettingsRequest{}
		tl_account_change_authorization_settings_gen.go#L79: func (c *AccountChangeAuthorizationSettingsRequest) Zero() bool {
		tl_account_change_authorization_settings_gen.go#L103: func (c *AccountChangeAuthorizationSettingsRequest) String() string {
		tl_account_change_authorization_settings_gen.go#L107: 	type Alias AccountChangeAuthorizationSettingsRequest
		tl_account_change_authorization_settings_gen.go#L112: func (c *AccountChangeAuthorizationSettingsRequest) FillFrom(from interface {
		tl_account_change_authorization_settings_gen.go#L133: func (*AccountChangeAuthorizationSettingsRequest) TypeID() uint32 {
		tl_account_change_authorization_settings_gen.go#L138: func (*AccountChangeAuthorizationSettingsRequest) TypeName() string {
		tl_account_change_authorization_settings_gen.go#L143: func (c *AccountChangeAuthorizationSettingsRequest) TypeInfo() tdp.Type {
		tl_account_change_authorization_settings_gen.go#L177: func (c *AccountChangeAuthorizationSettingsRequest) SetFlags() {
		tl_account_change_authorization_settings_gen.go#L190: func (c *AccountChangeAuthorizationSettingsRequest) Encode(b *bin.Buffer) error {
		tl_account_change_authorization_settings_gen.go#L199: func (c *AccountChangeAuthorizationSettingsRequest) EncodeBare(b *bin.Buffer) error {
		tl_account_change_authorization_settings_gen.go#L218: func (c *AccountChangeAuthorizationSettingsRequest) Decode(b *bin.Buffer) error {
		tl_account_change_authorization_settings_gen.go#L229: func (c *AccountChangeAuthorizationSettingsRequest) DecodeBare(b *bin.Buffer) error {
		tl_account_change_authorization_settings_gen.go#L264: func (c *AccountChangeAuthorizationSettingsRequest) SetConfirmed(value bool) {
		tl_account_change_authorization_settings_gen.go#L275: func (c *AccountChangeAuthorizationSettingsRequest) GetConfirmed() (value bool) {
		tl_account_change_authorization_settings_gen.go#L283: func (c *AccountChangeAuthorizationSettingsRequest) GetHash() (value int64) {
		tl_account_change_authorization_settings_gen.go#L291: func (c *AccountChangeAuthorizationSettingsRequest) SetEncryptedRequestsDisabled(value bool) {
		tl_account_change_authorization_settings_gen.go#L298: func (c *AccountChangeAuthorizationSettingsRequest) GetEncryptedRequestsDisabled() (value bool, ok bool) {
		tl_account_change_authorization_settings_gen.go#L309: func (c *AccountChangeAuthorizationSettingsRequest) SetCallRequestsDisabled(value bool) {
		tl_account_change_authorization_settings_gen.go#L316: func (c *AccountChangeAuthorizationSettingsRequest) GetCallRequestsDisabled() (value bool, ok bool) {
		tl_account_change_authorization_settings_gen.go#L334: func (c *Client) AccountChangeAuthorizationSettings(ctx context.Context, request *AccountChangeAuthorizationSettingsRequest) (bool, error) {
		tl_registry_gen.go#L4905: 		AccountChangeAuthorizationSettingsRequestTypeID:                         func() bin.Object { return &AccountChangeAuthorizationSettingsRequest{} },
		tl_server_gen.go#L1818: func (s *ServerDispatcher) OnAccountChangeAuthorizationSettings(f func(ctx context.Context, request *AccountChangeAuthorizationSettingsRequest) (bool, error)) {
		tl_server_gen.go#L1820: 		var request AccountChangeAuthorizationSettingsRequest