Sha256: 4efb6ba4ee11a1133f3f0a9c4f79f96554c2f7bd3cd4a7e3c8cc915c6e00ded9

Contents?: true

Size: 452 Bytes

Versions: 2

Compression:

Stored size: 452 Bytes

Contents

module TD::Types
  # A button that forces an inline query to the bot to be inserted in the input field.
  #
  # @attr query [TD::Types::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

2 entries across 2 versions & 1 rubygems

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