Class: TD::Types::MessageContent::ChatBoost

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/chat_boost.rb

Overview

The chat was boosted by the sender of the message.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#boost_countInteger

Number of times the chat was boosted.

Returns:

  • (Integer)

    the current value of boost_count



5
6
7
# File 'lib/tdlib/types/message_content/chat_boost.rb', line 5

def boost_count
  @boost_count
end