Class: TD::Types::MessageReadDate::Read

Inherits:
TD::Types::MessageReadDate show all
Defined in:
lib/tdlib/types/message_read_date/read.rb

Overview

Contains read date of the message.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#read_dateInteger

Point in time (Unix timestamp) when the message was read by the other user.

Returns:

  • (Integer)

    the current value of read_date



5
6
7
# File 'lib/tdlib/types/message_read_date/read.rb', line 5

def read_date
  @read_date
end