Sha256: 6103144af89e91a9a9e656f6c5dd16629c41dbe3e1bfc35b3778cfa733a753d3
Contents?: true
Size: 542 Bytes
Versions: 14
Compression:
Stored size: 542 Bytes
Contents
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 :thumb_url, String attribute :title, String attribute :caption, String attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
14 entries across 14 versions & 2 rubygems