Interface PUTChannelMessageResponse

Hierarchy

  • PUTChannelMessageResponse

Properties

Properties

message: APIChatMessage | {
    channelId: string;
    content?: string;
    createdAt?: string;
    createdBy?: string;
    createdByWebhookId?: string;
    embeds?: APIEmbedOptions[];
    id?: string;
    isPrivate?: boolean;
    isSilent?: boolean;
    mentions?: APIMentions;
    replyMessageIds?: string[];
    serverId?: string;
    type?: APIChatMessageCategories;
    updatedAt: string;
}