Class: TD::Types::Update::MessageEdited

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/message_edited.rb

Overview

A message was edited. Changes in the message content will come in a separate updateMessageContent.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



9
10
11
# File 'lib/tdlib/types/update/message_edited.rb', line 9

def chat_id
  @chat_id
end

#edit_dateInteger

Point in time (Unix timestamp) when the message was edited.

Returns:

  • (Integer)

    the current value of edit_date



9
10
11
# File 'lib/tdlib/types/update/message_edited.rb', line 9

def edit_date
  @edit_date
end

#message_idInteger

Message identifier.

Returns:

  • (Integer)

    the current value of message_id



9
10
11
# File 'lib/tdlib/types/update/message_edited.rb', line 9

def message_id
  @message_id
end

#reply_markupTD::Types::ReplyMarkup?

New message reply markup; may be null.

Returns:



9
10
11
# File 'lib/tdlib/types/update/message_edited.rb', line 9

def reply_markup
  @reply_markup
end