Sha256: 9a2466fce913ecd40582683204cab563c601a626df564a70342967057a352fe3
Contents?: true
Size: 315 Bytes
Versions: 5
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ChatBoost < Base attribute :boost_id, Types::String attribute :add_date, Types::Integer attribute :expiration_date, Types::Integer attribute :source, ChatBoostSource end end end end
Version data entries
5 entries across 5 versions & 1 rubygems