Interface WebhookMessageDetails

interface WebhookMessageDetails {
    channelID: string;
    createdAt: string;
    createdBy: string;
    id: string;
    type: string;
    webhookID: string;
    webhookProfile: {
        name: string;
        profilePicture: string;
    };
}

Properties

channelID: string
createdAt: string
createdBy: string
id: string
type: string
webhookID: string
webhookProfile: {
    name: string;
    profilePicture: string;
}