Sha256: 9447bb77f8318cb053cc3c88a46adf578d21fb6ea7ef4c6dd1a66f445d3dc5fb

Contents?: true

Size: 441 Bytes

Versions: 4

Compression:

Stored size: 441 Bytes

Contents

module TD::Types
  # A button that forces an inline query to the bot to be inserted in the input field.
  #
  # @attr query [String] Inline query to be sent to the bot.
  # @attr in_current_chat [Boolean] True, if the inline query should be sent from the current chat.
  class InlineKeyboardButtonType::SwitchInline < InlineKeyboardButtonType
    attribute :query, TD::Types::String
    attribute :in_current_chat, TD::Types::Bool
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/inline_keyboard_button_type/switch_inline.rb
tdlib-ruby-2.2.0 lib/tdlib/types/inline_keyboard_button_type/switch_inline.rb
tdlib-ruby-2.1.0 lib/tdlib/types/inline_keyboard_button_type/switch_inline.rb
tdlib-ruby-2.0.0 lib/tdlib/types/inline_keyboard_button_type/switch_inline.rb