Class: TD::Types::MessageContent::ChatBoost
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::ChatBoost
- 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
-
#boost_count ⇒ Integer
Number of times the chat was boosted.
Method Summary
Methods inherited from Base
Instance Attribute Details
#boost_count ⇒ Integer
Number of times the chat was boosted.
5 6 7 |
# File 'lib/tdlib/types/message_content/chat_boost.rb', line 5 def boost_count @boost_count end |