Class ChannelGroup
A combined data object for representing channels and groups in the RocketChat API
Namespace: i5.Toolkit.Core.RocketChatClient
Assembly: cs.temp.dll.dll
Syntax
public class ChannelGroup
Fields
_id
Declaration
public string _id
Field Value
Type | Description |
---|---|
String |
description
Declaration
public string description
Field Value
Type | Description |
---|---|
String |
fname
Declaration
public string fname
Field Value
Type | Description |
---|---|
String |
msgs
Declaration
public int msgs
Field Value
Type | Description |
---|---|
Int32 |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
String |
userCount
Declaration
public int userCount
Field Value
Type | Description |
---|---|
Int32 |