Sha256: db04102d7af630617a64b66b2c0d5fcbf10837c0ca26ece6b53587f4f5c9eec9
Contents?: true
Size: 661 Bytes
Versions: 2
Compression:
Stored size: 661 Bytes
Contents
module TD::Types # An authorization confirmation dialog needs to be shown to the user. # # @attr url [String] An HTTP URL to be opened. # @attr domain [String] A domain of the URL. # @attr bot_user_id [Integer] User identifier of a bot linked with the website. # @attr request_write_access [Boolean] True, if the user needs to be requested to give the permission to the bot to # send them messages. class LoginUrlInfo::RequestConfirmation < LoginUrlInfo attribute :url, TD::Types::String attribute :domain, TD::Types::String attribute :bot_user_id, TD::Types::Integer attribute :request_write_access, TD::Types::Bool end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/login_url_info/request_confirmation.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/login_url_info/request_confirmation.rb |