UserRemovedResponse
Description
Represents a user's response to being removed from the group. This class cannot be inherited.
Constructors
| Constructor | Description |
|---|---|
| UserRemovedResponse() | Initializes a new instance of the UserRemovedResponse class. |
Properties
UserId Int32
Gets the ID of the user removed from the group.
C#
public int UserId { get; }
UserName String
Gets the username of the user removed from the group.
C#
public string UserName { get; }