Sha256: bf85bac9c57c4547909d7b7d177a7ed2afe1ce0111f3e51ef85c5e58915d85bc

Contents?: true

Size: 326 Bytes

Versions: 4

Compression:

Stored size: 326 Bytes

Contents

module TD::Types
  # TDLib needs the user's phone number to authorize.
  # Call `setAuthenticationPhoneNumber` to provide the phone number, or use `requestQrCodeAuthentication`, or
  #   `checkAuthenticationBotToken` for other authentication options.
  class AuthorizationState::WaitPhoneNumber < AuthorizationState
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/authorization_state/wait_phone_number.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/authorization_state/wait_phone_number.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/authorization_state/wait_phone_number.rb
tdlib-ruby-2.2.0 lib/tdlib/types/authorization_state/wait_phone_number.rb