Sha256: 713a3fea9cedac489493880c9b2b9c0a3646b69d5621a67bb2b2d6ce48e5e02a

Contents?: true

Size: 452 Bytes

Versions: 1

Compression:

Stored size: 452 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InlineQueryResultCachedGif < Base
        attribute :type, String, default: 'gif'
        attribute :id, String
        attribute :gif_file_id, 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_cached_gif.rb