Class: TD::Types::Update::MessageInteractionInfo

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

Overview

The information about interactions with a message has changed.

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



8
9
10
# File 'lib/tdlib/types/update/message_interaction_info.rb', line 8

def chat_id
  @chat_id
end

#interaction_infoTD::Types::MessageInteractionInfo?

New information about interactions with the message; may be null.

Returns:



8
9
10
# File 'lib/tdlib/types/update/message_interaction_info.rb', line 8

def interaction_info
  @interaction_info
end

#message_idInteger

Message identifier.

Returns:

  • (Integer)

    the current value of message_id



8
9
10
# File 'lib/tdlib/types/update/message_interaction_info.rb', line 8

def message_id
  @message_id
end