Sha256: c882c67a6e409da0e6f8398f103c29e572a9c399ab596c4518e188de1cb185bf
Contents?: true
Size: 207 Bytes
Versions: 3
Compression:
Stored size: 207 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ChatBoostUpdated < Base attribute :chat, Chat attribute :boost, ChatBoost end end end end
Version data entries
3 entries across 3 versions & 1 rubygems