Class: TD::Types::Update::AuthorizationState

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/authorization_state.rb

Overview

The user authorization state has changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#authorization_stateTD::Types::AuthorizationState

New authorization state.

Returns:



5
6
7
# File 'lib/tdlib/types/update/authorization_state.rb', line 5

def authorization_state
  @authorization_state
end