Module tdlight.api

Class TdApi.MessageSenderChat

Enclosing class:
TdApi

public static final class TdApi.MessageSenderChat extends TdApi.MessageSender
The message was sent on behalf of a chat.
  • Field Details

    • chatId

      public long chatId
      Identifier of the chat that sent the message.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • MessageSenderChat

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

      public MessageSenderChat(long chatId)
      The message was sent on behalf of a chat.
      Parameters:
      chatId - long Identifier of the chat that sent the message.
    • MessageSenderChat

      public MessageSenderChat(DataInput input) throws IOException
      The message was sent on behalf of a chat.
      Throws:
      IOException
  • Method Details