Class: TD::Types::Update::ChatEmojiStatus
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatEmojiStatus
- Defined in:
- lib/tdlib/types/update/chat_emoji_status.rb
Overview
Chat emoji status has changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#emoji_status ⇒ TD::Types::EmojiStatus?
The new chat emoji status; may be null.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_emoji_status.rb', line 6 def chat_id @chat_id end |
#emoji_status ⇒ TD::Types::EmojiStatus?
The new chat emoji status; may be null.
6 7 8 |
# File 'lib/tdlib/types/update/chat_emoji_status.rb', line 6 def emoji_status @emoji_status end |