Sha256: e7484bab5822368c6c26b3d2ea3be3de149de102f56b6225b74f964a117884ae

Contents?: true

Size: 304 Bytes

Versions: 3

Compression:

Stored size: 304 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ChatBoostRemoved < Base
        attribute :chat, Chat
        attribute :boost_id, Types::String
        attribute :remove_date, Types::Integer
        attribute :source, ChatBoostSource
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/chat_boost_removed.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/chat_boost_removed.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/chat_boost_removed.rb