Class: TD::Types::StoryAreaType::Message

Inherits:
TD::Types::StoryAreaType show all
Defined in:
lib/tdlib/types/story_area_type/message.rb

Overview

An area pointing to a message.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Identifier of the chat with the message.

Returns:

  • (Integer)

    the current value of chat_id



6
7
8
# File 'lib/tdlib/types/story_area_type/message.rb', line 6

def chat_id
  @chat_id
end

#message_idInteger

Identifier of the message.

Returns:

  • (Integer)

    the current value of message_id



6
7
8
# File 'lib/tdlib/types/story_area_type/message.rb', line 6

def message_id
  @message_id
end