Class: TD::Types::MessageOrigin::Chat

Inherits:
TD::Types::MessageOrigin show all
Defined in:
lib/tdlib/types/message_origin/chat.rb

Overview

The message was originally sent on behalf of a chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#author_signatureTD::Types::String

For messages originally sent by an anonymous chat administrator, original message author signature.

Returns:

  • (TD::Types::String)

    the current value of author_signature



7
8
9
# File 'lib/tdlib/types/message_origin/chat.rb', line 7

def author_signature
  @author_signature
end

#sender_chat_idInteger

Identifier of the chat that originally sent the message.

Returns:

  • (Integer)

    the current value of sender_chat_id



7
8
9
# File 'lib/tdlib/types/message_origin/chat.rb', line 7

def sender_chat_id
  @sender_chat_id
end