FoxoChat.js Packages
    Preparing search index...

    Interface RESTPostAPIChannelBody

    The body of POST /channels/.

    interface RESTPostAPIChannelBody {
        display_name: string;
        name: string;
        public: boolean;
        type: ChannelType;
    }
    Index

    Properties

    display_name: string

    The display name of the channel.

    name: string

    The name of the channel.

    public: boolean

    Whether the channel is public or private.

    The type of the channel.