Class TdApi.MessageForwardOriginChannel

  • Enclosing class:
    TdApi

    public static class TdApi.MessageForwardOriginChannel
    extends TdApi.MessageForwardOrigin
    The message was originally a post in a channel.
    • Field Detail

      • chatId

        public long chatId
        Identifier of the chat from which the message was originally forwarded.
      • messageId

        public long messageId
        Message identifier of the original message.
      • authorSignature

        public String authorSignature
        Original post author signature.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MessageForwardOriginChannel

        public MessageForwardOriginChannel()
        The message was originally a post in a channel.
      • MessageForwardOriginChannel

        public MessageForwardOriginChannel​(long chatId,
                                           long messageId,
                                           String authorSignature)
        The message was originally a post in a channel.
        Parameters:
        chatId - Identifier of the chat from which the message was originally forwarded.
        messageId - Message identifier of the original message.
        authorSignature - Original post author signature.