Class: TD::Types::ChatEventAction::MessageDeleted
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::MessageDeleted
- Defined in:
- lib/tdlib/types/chat_event_action/message_deleted.rb
Overview
A message was deleted.
Instance Attribute Summary collapse
-
#can_report_anti_spam_false_positive ⇒ Boolean
True, if the message deletion can be reported via reportSupergroupAntiSpamFalsePositive.
-
#message ⇒ TD::Types::Message
Deleted message.
Method Summary
Methods inherited from Base
Instance Attribute Details
#can_report_anti_spam_false_positive ⇒ Boolean
True, if the message deletion can be reported via reportSupergroupAntiSpamFalsePositive.
7 8 9 |
# File 'lib/tdlib/types/chat_event_action/message_deleted.rb', line 7 def can_report_anti_spam_false_positive @can_report_anti_spam_false_positive end |
#message ⇒ TD::Types::Message
Deleted message.
7 8 9 |
# File 'lib/tdlib/types/chat_event_action/message_deleted.rb', line 7 def @message end |