Sha256: 860931376a1b9ce6e68298800d7528eb2423ddbb4fa3741de04db04e802c9a5a

Contents?: true

Size: 628 Bytes

Versions: 1

Compression:

Stored size: 628 Bytes

Contents

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 :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-ruby-0.13.0 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb