Class TdApi.MessageForwardOriginChat

  • Enclosing class:
    TdApi

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

      • 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:
        Constant Field Values
    • Constructor Detail

      • 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 - Identifier of the chat that originally sent the message.
        authorSignature - For messages originally sent by an anonymous chat administrator, original message author signature.