Sha256: 7f5c7df010a72dfb0bbb9a7a24ddb581e6fb6b1a192b7bcb8e70026584590ec4
Contents?: true
Size: 519 Bytes
Versions: 1
Compression:
Stored size: 519 Bytes
Contents
module TD::Types # A button that opens a specified URL and automatically logs in in current user if they allowed to do that. # # @attr url [String] An HTTP URL to open. # @attr id [Integer] Unique button identifier. # @attr forward_text [String] If non-empty, new text of the button in forwarded messages. class InlineKeyboardButtonType::LoginUrl < InlineKeyboardButtonType attribute :url, TD::Types::String attribute :id, TD::Types::Integer attribute :forward_text, TD::Types::String end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/inline_keyboard_button_type/login_url.rb |