Interface EditGroupDMOptions

interface EditGroupDMOptions {
    icon?: string | Buffer;
    name?: string;
}

Hierarchy (view full)

Properties

Properties

icon?: string | Buffer

[Group DM] The icon of the channel.

name?: string

The name of the channel.