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