Method: TelegramBot::ChatBoost#expiration_date
- Defined in:
- lib/telegram-bot/models/chat_boost.rb
#expiration_date ⇒ Object
Point in time (Unix timestamp) when the boost will automatically expire, unless the booster’s Telegram Premium subscription is prolonged
26 27 28 |
# File 'lib/telegram-bot/models/chat_boost.rb', line 26 def expiration_date @expiration_date end |