Class: TD::Types::ChatEventAction::MessageDeleted

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/message_deleted.rb

Overview

A message was deleted.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#can_report_anti_spam_false_positiveBoolean

True, if the message deletion can be reported via reportSupergroupAntiSpamFalsePositive.

Returns:

  • (Boolean)

    the current value of can_report_anti_spam_false_positive



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

#messageTD::Types::Message

Deleted message.

Returns:



7
8
9
# File 'lib/tdlib/types/chat_event_action/message_deleted.rb', line 7

def message
  @message
end