Sha256: 22c54d785a62242e6d20f0a7379468eec39eb3e1069d6a845a3a13f6e6be37ba
Contents?: true
Size: 557 Bytes
Versions: 4
Compression:
Stored size: 557 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 :message_text, String attribute :parse_mode, String attribute :disable_web_page_preview, Boolean end end end end
Version data entries
4 entries across 4 versions & 2 rubygems