Sha256: e5960cf20bce461c8e16d06e6d1d18edbddcf8bb2e8d9574bd61276aae395420
Contents?: true
Size: 374 Bytes
Versions: 5
Compression:
Stored size: 374 Bytes
Contents
module TD::Types # The user is unregistered and need to accept terms of service and enter their first name and last name to finish # registration. # # @attr terms_of_service [TD::Types::TermsOfService] Telegram terms of service. class AuthorizationState::WaitRegistration < AuthorizationState attribute :terms_of_service, TD::Types::TermsOfService end end
Version data entries
5 entries across 5 versions & 2 rubygems