Sha256: 88c703d21eefd1d6374c0395ef59716767d1391f18629b75c15a7ee863222ba3

Contents?: true

Size: 516 Bytes

Versions: 1

Compression:

Stored size: 516 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] 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.1.0 lib/tdlib/types/inline_keyboard_button_type/login_url.rb