Sha256: ccc1c7d4e8703424e400a2c799327137bf4933973177b6b285bb3218393786ca
Contents?: true
Size: 421 Bytes
Versions: 35
Compression:
Stored size: 421 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 :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
35 entries across 35 versions & 3 rubygems