Interface CreateGroupChannelOptions

interface CreateGroupChannelOptions {
    accessTokens: string[];
    nicks?: Record<string, string>;
}

Properties

Properties

accessTokens: string[]

An array of access tokens with the gdm.join scope.

nicks?: Record<string, string>

A dictionary of ids to nicknames, looks unused.