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 |
|---|---|
| int |
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| string |
userCount
Declaration
public int userCount
Field Value
| Type | Description |
|---|---|
| int |