Sha256: 785bdfcca7002b3f4308676bdc4d5380c95e51af920881c55aca75d4e605a7be
Contents?: true
Size: 566 Bytes
Versions: 20
Compression:
Stored size: 566 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultGif < Base attribute :type, String, default: 'gif' attribute :id, String attribute :gif_url, String attribute :gif_width, Integer attribute :gif_height, Integer attribute :gif_duration, 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
20 entries across 20 versions & 3 rubygems