Sha256: d7f39c385cef2b7d41cbd4de57fae20c210fcdcbb7feae9992dda1098f55e625

Contents?: true

Size: 696 Bytes

Versions: 1

Compression:

Stored size: 696 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InlineQueryResultMpeg4Gif < Base
        attribute :type, String.default('mpeg4_gif')
        attribute :id, String
        attribute :mpeg4_url, String
        attribute :mpeg4_width, Integer
        attribute :mpeg4_height, Integer
        attribute :mpeg4_duration, Integer
        attribute :thumb_url, String
        attribute :thumb_mime_type, String
        attribute :title, String
        attribute :caption, String
        attribute :parse_mode, 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_mpeg4_gif.rb