Sha256: 404280807e18ff770e3a792dad1f23a3a57e0f9c1d414f5ebbc074cb2513157d
Contents?: true
Size: 186 Bytes
Versions: 1
Compression:
Stored size: 186 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ChatBoostAdded < Base attribute :boost_count, Types::Integer end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/chat_boost_added.rb |