Sha256: fbf7111db20e9a1f3cb34c5d3c0f87eb560de2d9cadd2d1166a7f4be8bed7e28
Contents?: true
Size: 327 Bytes
Versions: 2
Compression:
Stored size: 327 Bytes
Contents
module TD::Types # An HTTP url needs to be open. # # @attr url [String] The URL to open. # @attr skip_confirm [Boolean] True, if there is no need to show an ordinary open URL confirm. class LoginUrlInfo::Open < LoginUrlInfo attribute :url, TD::Types::String attribute :skip_confirm, 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/open.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/login_url_info/open.rb |