Sha256: 1247d9aae36e276c2e3df2934d90c06c3c4a37dcbdd3169b915c5c14298fe663
Contents?: true
Size: 639 Bytes
Versions: 1
Compression:
Stored size: 639 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 :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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.7.0 | lib/telegram/bot/types/inline_query_result_gif.rb |