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