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