Sha256: 6ceb1380e60ef160161fe80baf29fc52a34dff4ec2bdd1510d5676a2549e1e26

Contents?: true

Size: 548 Bytes

Versions: 2

Compression:

Stored size: 548 Bytes

Contents

module TD::Types
  # A button that opens a specified URL and automatically authorize the current user if allowed to do so.
  #
  # @attr url [TD::Types::String] An HTTP URL to open.
  # @attr id [Integer] Unique button identifier.
  # @attr forward_text [TD::Types::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::Coercible::Integer
    attribute :forward_text, TD::Types::String
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/inline_keyboard_button_type/login_url.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/inline_keyboard_button_type/login_url.rb