Class ChatMemberOptions
Options for a member participating in a chat
public class ChatMemberOptions
- Inheritance
-
ChatMemberOptions
- Inherited Members
Properties
Roles
Member roles
public List<string> Roles { get; set; }
Property Value
UserId
User id of the member
public string UserId { get; set; }