Sha256: fab017ec66721bf3768c94fec5e296215bd9dcb8231eead512b6119f79b6ee62
Contents?: true
Size: 490 Bytes
Versions: 9
Compression:
Stored size: 490 Bytes
Contents
# frozen_string_literal: true 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
9 entries across 9 versions & 2 rubygems