Sha256: e85cade86f300e18c03e62846eb71b8d63d44f294bfe858ae700f26417241165

Contents?: true

Size: 418 Bytes

Versions: 3

Compression:

Stored size: 418 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InlineQueryResultCachedSticker < Base
        attribute :type, Types::String.default('sticker')
        attribute :id, Types::String
        attribute :sticker_file_id, Types::String
        attribute? :reply_markup, InlineKeyboardMarkup
        attribute? :input_message_content, InputMessageContent
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/inline_query_result_cached_sticker.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/inline_query_result_cached_sticker.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/inline_query_result_cached_sticker.rb