Sha256: 7a23be40e5c13739927e52c3c8d2955698a84bb012ff39258358896bb3131e13
Contents?: true
Size: 274 Bytes
Versions: 7
Compression:
Stored size: 274 Bytes
Contents
module TD::Types # The user authorization state has changed. # # @attr authorization_state [TD::Types::AuthorizationState] New authorization state. class Update::AuthorizationState < Update attribute :authorization_state, TD::Types::AuthorizationState end end
Version data entries
7 entries across 7 versions & 2 rubygems