Class: TD::Types::MessageForwardOrigin::Chat

Inherits:
TD::Types::MessageForwardOrigin show all
Defined in:
lib/tdlib/types/message_forward_origin/chat.rb

Overview

The message was originally sent by an anonymous chat administrator on behalf of the chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#author_signatureTD::Types::String

Original message author signature.

Returns:

  • (TD::Types::String)

    the current value of author_signature



6
7
8
# File 'lib/tdlib/types/message_forward_origin/chat.rb', line 6

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



6
7
8
# File 'lib/tdlib/types/message_forward_origin/chat.rb', line 6

def sender_chat_id
  @sender_chat_id
end