Module tdlight.api

Class TdApi.MessageForwardOriginChannel

Enclosing class:
TdApi

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

    • 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
      See Also:
  • Constructor Details

    • 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 - long Identifier of the chat from which the message was originally forwarded.
      messageId - long Message identifier of the original message.
      authorSignature - String Original post author signature.
    • MessageForwardOriginChannel

      public MessageForwardOriginChannel(DataInput input) throws IOException
      The message was originally a post in a channel.
      Throws:
      IOException
  • Method Details