Sha256: 49d5c4681b9d65cc0b67ff5b0ed1322e36e8abc6a08924ea13b3ba93e792fe2e

Contents?: true

Size: 396 Bytes

Versions: 10

Compression:

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

10 entries across 10 versions & 2 rubygems

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