Sha256: 6d06f79ba3e94c3a5ceb83be9b0969757f9fb98aae1f7c042320dda639692b13
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 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 :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.6.2 | lib/telegram/bot/types/inline_query_result_cached_mpeg4_gif.rb |