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 Summary

    Fields
    Modifier and Type
    Field
    Description
    For messages originally sent by an anonymous chat administrator, original message author signature.
    static final int
    Identifier uniquely determining type of the object.
    long
    Identifier of the chat that originally sent the message.
  • Constructor Summary

    Constructors
    Constructor
    Description
    The message was originally sent on behalf of a chat.
    MessageOriginChat(long senderChatId, String authorSignature)
    The message was originally sent on behalf of a chat.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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.Object
      Returns:
      this.CONSTRUCTOR