Sha256: 9a2466fce913ecd40582683204cab563c601a626df564a70342967057a352fe3
Contents?: true
Size: 315 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/chat_boost.rb |
telegram-bot-ruby-2.0.0 | lib/telegram/bot/types/chat_boost.rb |