Sha256: 15032b940c944ac14a43a44a622dc5800f476e647e7b6ac3baedf620dffdb769

Contents?: true

Size: 640 Bytes

Versions: 9

Compression:

Stored size: 640 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

9 entries across 9 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/inline_query_result_gif.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/inline_query_result_gif.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/inline_query_result_gif.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/inline_query_result_gif.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/inline_query_result_gif.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/inline_query_result_gif.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/inline_query_result_gif.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/inline_query_result_gif.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/inline_query_result_gif.rb