interface APIGroupDMChannel

external
export interface APIGroupDMChannel extends Omit<APIDMChannelBase<ChannelType.GroupDM>, 'name'>

optionalexternal
application_id? : Snowflake

Application id of the group DM creator if it is bot-created

optionalexternal
icon? : string | null

Icon hash

optionalexternal
last_message_id? : Snowflake | null

The id of the last message sent in this channel (may not point to an existing or valid message)

optionalexternal
managed? : boolean

Whether the channel is managed by an OAuth2 application

external
name : string | null

The name of the channel (1-100 characters)

optionalexternal
owner_id? : Snowflake

ID of the DM creator