interface APITextBasedChannel

external
export interface APITextBasedChannel<T extends ChannelType> extends APIChannelBase<T>, APISlowmodeChannel<T>

Type Parameters

T extends ChannelType

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)