FoxoChat.js Packages
    Preparing search index...

    Interface RESTPatchAPIChannelBody

    The body of PATCH /channels/{name}.

    interface RESTPatchAPIChannelBody {
        avatar?: number;
        banner?: number;
        display_name?: string;
        name?: string;
    }
    Index

    Properties

    avatar?: number

    The id of the avatar of the channel.

    banner?: number

    The id of the banner of the channel.

    display_name?: string

    The display name of the channel.

    name?: string

    The name of the channel.