Class ChatOptions
Options for a chat
public class ChatOptions
- Inheritance
-
ChatOptions
- Inherited Members
Properties
ChatType
Type of chat
public ChatType ChatType { get; set; }
Property Value
Members
Members in the chat
public List<ChatMemberOptions> Members { get; set; }
Property Value
Topic
Chat topic
public string Topic { get; set; }