Sha256: bee595b9febd40a50161bfc5bf2a4860eefe50abe532c39bc3af9fe12d3f9461
Contents?: true
Size: 597 Bytes
Versions: 1
Compression:
Stored size: 597 Bytes
Contents
# frozen_string_literal: true 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.6.2 | lib/telegram/bot/types/inline_query_result_gif.rb |