Sha256: 3defd660dab6ecffbdcab49b93cbd7f869b3d72660be6523c62b302d4da061c5
Contents?: true
Size: 697 Bytes
Versions: 9
Compression:
Stored size: 697 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class InlineQueryResultMpeg4Gif < Base attribute :type, String, default: 'mpeg4_gif' attribute :id, String attribute :mpeg4_url, String attribute :mpeg4_width, Integer attribute :mpeg4_height, Integer attribute :mpeg4_duration, Integer attribute :thumb_url, String attribute :thumb_mime_type, 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