Sha256: 02d786b15c8251e8602ab95b55e799dbc9f056359df21fb3da2fdb47d05bbf87
Contents?: true
Size: 609 Bytes
Versions: 6
Compression:
Stored size: 609 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 :thumb_mime_type, String attribute :title, String attribute :caption, String attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
6 entries across 6 versions & 1 rubygems