Class: TD::Types::Update::MessageIsPinned
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::MessageIsPinned
- Defined in:
- lib/tdlib/types/update/message_is_pinned.rb
Overview
The message pinned state was changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#is_pinned ⇒ Boolean
True, if the message is pinned.
-
#message_id ⇒ Integer
The message identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
7 8 9 |
# File 'lib/tdlib/types/update/message_is_pinned.rb', line 7 def chat_id @chat_id end |
#is_pinned ⇒ Boolean
True, if the message is pinned.
7 8 9 |
# File 'lib/tdlib/types/update/message_is_pinned.rb', line 7 def is_pinned @is_pinned end |
#message_id ⇒ Integer
The message identifier.
7 8 9 |
# File 'lib/tdlib/types/update/message_is_pinned.rb', line 7 def @message_id end |