Class: TD::Types::Update::ChatReadOutbox

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

Overview

Outgoing messages were read.

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



6
7
8
# File 'lib/tdlib/types/update/chat_read_outbox.rb', line 6

def chat_id
  @chat_id
end

#last_read_outbox_message_idInteger

Identifier of last read outgoing message.

Returns:

  • (Integer)

    the current value of last_read_outbox_message_id



6
7
8
# File 'lib/tdlib/types/update/chat_read_outbox.rb', line 6

def last_read_outbox_message_id
  @last_read_outbox_message_id
end