Class: TD::Types::Update::ChatIsSponsored
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatIsSponsored
- Defined in:
- lib/tdlib/types/update/chat_is_sponsored.rb
Overview
A chat's is_sponsored field has changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#is_sponsored ⇒ Boolean
New value of is_sponsored.
-
#order ⇒ Integer
New value of chat order.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
7 8 9 |
# File 'lib/tdlib/types/update/chat_is_sponsored.rb', line 7 def chat_id @chat_id end |
#is_sponsored ⇒ Boolean
New value of is_sponsored.
7 8 9 |
# File 'lib/tdlib/types/update/chat_is_sponsored.rb', line 7 def is_sponsored @is_sponsored end |
#order ⇒ Integer
New value of chat order.
7 8 9 |
# File 'lib/tdlib/types/update/chat_is_sponsored.rb', line 7 def order @order end |