Interface ICreateThreadFromMessage

interface ICreateThreadFromMessage {
    autoArchiveDurationMinutes?: AutoArchiveMinutes;
    channelId: string;
    messageId: string;
    name: string;
}

Properties

autoArchiveDurationMinutes?: AutoArchiveMinutes

The thread will stop showing in the channel list after auto_archive_duration minutes of inactivity, can be set to: 60, 1440, 4320, 10080

channelId: string

The channel the thread is in

messageId: string

Message to start the thread on

name: string

1-100 characters long name for the thread

Generated using TypeDoc