Sha256: 6713ed768d2262005126fbb1bcd5151112588d3d0ad33ed21e474da7f49351b4
Contents?: true
Size: 459 Bytes
Versions: 5
Compression:
Stored size: 459 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultCachedGif < Base attribute :type, String, default: 'gif' attribute :id, String attribute :gif_file_id, String attribute :title, String attribute :caption, String attribute :parse_mode, String attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
5 entries across 5 versions & 1 rubygems