Module tdlight.api

Class TdApi.MessageForwardOriginChat

Enclosing class:
TdApi

public static final class TdApi.MessageForwardOriginChat extends TdApi.MessageForwardOrigin
The message was originally sent on behalf of a chat.
  • Field Details

    • senderChatId

      public long senderChatId
      Identifier of the chat that originally sent the message.
    • authorSignature

      public String authorSignature
      For messages originally sent by an anonymous chat administrator, original message author signature.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • MessageForwardOriginChat

      public MessageForwardOriginChat()
      The message was originally sent on behalf of a chat.
    • MessageForwardOriginChat

      public MessageForwardOriginChat(long senderChatId, String authorSignature)
      The message was originally sent on behalf of a chat.
      Parameters:
      senderChatId - long Identifier of the chat that originally sent the message.
      authorSignature - String For messages originally sent by an anonymous chat administrator, original message author signature.
    • MessageForwardOriginChat

      public MessageForwardOriginChat(DataInput input) throws IOException
      The message was originally sent on behalf of a chat.
      Throws:
      IOException
  • Method Details