Sha256: 8657e86262b22c8d775703b966f486e7c4df014dfb6ee667500b4daa21a66ed0
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 Bytes
Contents
module TD::Types # An HTTP url needs to be open. # # @attr url [TD::Types::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 & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/login_url_info/open.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/login_url_info/open.rb |