interface APIGroupDMChannel
extends
Omit<APIDMChannelBase<ChannelType.GroupDM>, 'name'>export interface APIGroupDMChannel extends Omit<APIDMChannelBase<ChannelType.GroupDM>, 'name'>
optionalSnowflake application_id? :
Application id of the group DM creator if it is bot-created
The id of the last message sent in this channel (may not point to an existing or valid message)
optionalboolean managed? :
Whether the channel is managed by an OAuth2 application
optionalSnowflake owner_id? :
ID of the DM creator