Sha256: 34e515ab983ee0ddadd2444d76af8add8da8ee76c85e5dedb0e904b884e710c6

Contents?: true

Size: 395 Bytes

Versions: 1

Compression:

Stored size: 395 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InlineQueryResultCachedSticker < Base
        attribute :type, String.default('sticker')
        attribute :id, String
        attribute :sticker_file_id, 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_cached_sticker.rb