Module tdlight.api

Class TdApi.ChatMemberStatusRestricted

Enclosing class:
TdApi

public static final class TdApi.ChatMemberStatusRestricted extends TdApi.ChatMemberStatus
The user is under certain restrictions in the chat. Not supported in basic groups and channels.
  • Field Details

    • isMember

      public boolean isMember
      True, if the user is a member of the chat.
    • restrictedUntilDate

      public int restrictedUntilDate
      Point in time (Unix timestamp) when restrictions will be lifted from the user; 0 if never. If the user is restricted for more than 366 days or for less than 30 seconds from the current time, the user is considered to be restricted forever.
    • permissions

      public TdApi.ChatPermissions permissions
      User permissions in the chat.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ChatMemberStatusRestricted

      public ChatMemberStatusRestricted()
      The user is under certain restrictions in the chat. Not supported in basic groups and channels.
    • ChatMemberStatusRestricted

      public ChatMemberStatusRestricted(boolean isMember, int restrictedUntilDate, TdApi.ChatPermissions permissions)
      The user is under certain restrictions in the chat. Not supported in basic groups and channels.
      Parameters:
      isMember - boolean True, if the user is a member of the chat.
      restrictedUntilDate - int Point in time (Unix timestamp) when restrictions will be lifted from the user; 0 if never. If the user is restricted for more than 366 days or for less than 30 seconds from the current time, the user is considered to be restricted forever.
      permissions - ChatPermissions User permissions in the chat.
    • ChatMemberStatusRestricted

      public ChatMemberStatusRestricted(DataInput input) throws IOException
      The user is under certain restrictions in the chat. Not supported in basic groups and channels.
      Throws:
      IOException
  • Method Details