Module tdlight.api

Class TdApi.MessageSenderUser

Enclosing class:
TdApi

public static final class TdApi.MessageSenderUser extends TdApi.MessageSender
The message was sent by a known user.
  • Field Details

    • userId

      public long userId
      Identifier of the user that sent the message.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • MessageSenderUser

      public MessageSenderUser()
      The message was sent by a known user.
    • MessageSenderUser

      public MessageSenderUser(long userId)
      The message was sent by a known user.
      Parameters:
      userId - long Identifier of the user that sent the message.
    • MessageSenderUser

      public MessageSenderUser(DataInput input) throws IOException
      The message was sent by a known user.
      Throws:
      IOException
  • Method Details