Class: TD::Types::Update::MessageFactCheck
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::MessageFactCheck
- Defined in:
- lib/tdlib/types/update/message_fact_check.rb
Overview
A fact-check added to a message was changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#fact_check ⇒ TD::Types::FactCheck
The new fact-check.
-
#message_id ⇒ Integer
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_fact_check.rb', line 7 def chat_id @chat_id end |
#fact_check ⇒ TD::Types::FactCheck
The new fact-check.
7 8 9 |
# File 'lib/tdlib/types/update/message_fact_check.rb', line 7 def fact_check @fact_check end |
#message_id ⇒ Integer
Message identifier.
7 8 9 |
# File 'lib/tdlib/types/update/message_fact_check.rb', line 7 def @message_id end |