Method: TelegramBot::Update#removed_chat_boost

Defined in:
lib/telegram-bot/models/update.rb

#removed_chat_boostObject

Optional. A boost was removed from a chat. The bot must be an administrator in the chat to receive these updates.



86
87
88
# File 'lib/telegram-bot/models/update.rb', line 86

def removed_chat_boost
  @removed_chat_boost
end