Class: TD::Types::ChatStatisticsObjectType::Message

Inherits:
TD::Types::ChatStatisticsObjectType show all
Defined in:
lib/tdlib/types/chat_statistics_object_type/message.rb

Overview

Describes a message sent in the chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#message_idInteger

Message identifier.

Returns:

  • (Integer)

    the current value of message_id



5
6
7
# File 'lib/tdlib/types/chat_statistics_object_type/message.rb', line 5

def message_id
  @message_id
end