Sha256: bc411aae1e9ea0b5f399868d87cf7a773c6d3deb133a2c2318e4a07293f41b83
Contents?: true
Size: 472 Bytes
Versions: 5
Compression:
Stored size: 472 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultCachedMpeg4Gif < Base attribute :type, String, default: 'mpeg4_gif' attribute :id, String attribute :mpeg4_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