Sha256: 0a9a7b56fe8327128417c2dce64dcfc33122dfe7833547c64df38826e748cff4

Contents?: true

Size: 515 Bytes

Versions: 1

Compression:

Stored size: 515 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 [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-schema-1.7.0.1 lib/tdlib/types/inline_keyboard_button_type/login_url.rb