Sha256: 5d34a837b347f3a7eb03128db5d1d44cb0193bea062828894eab692b0b6b4935
Contents?: true
Size: 540 Bytes
Versions: 4
Compression:
Stored size: 540 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 :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