Sha256: ad4ed4797e7bfb495a1bc0e38fa3132562743bea2509fcd0691145185c2ddb50
Contents?: true
Size: 322 Bytes
Versions: 5
Compression:
Stored size: 322 Bytes
Contents
module TD::Types # TDLib needs the user's authentication code to authorize. # # @attr code_info [TD::Types::AuthenticationCodeInfo] Information about the authorization code that was sent. class AuthorizationState::WaitCode < AuthorizationState attribute :code_info, TD::Types::AuthenticationCodeInfo end end
Version data entries
5 entries across 5 versions & 2 rubygems