Class TdApi.MessageOriginChat

Enclosing class:
TdApi

public static class TdApi.MessageOriginChat extends TdApi.MessageOrigin
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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • MessageOriginChat

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

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

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.MessageOrigin
      Returns:
      this.CONSTRUCTOR