Sha256: d4aaa38b7795c445d121a68e9797afb7873678ea8d3494ed9d88af9e6cc7f4a0
Contents?: true
Size: 525 Bytes
Versions: 14
Compression:
Stored size: 525 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 :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