Search Results for

    Show / Hide Table of Contents

    Class ChannelGroup

    A combined data object for representing channels and groups in the RocketChat API

    Inheritance
    Object
    ChannelGroup
    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
    In This Article
    Back to top i5 Toolkit Documentation