Type Alias KSCustomMessageCreateWithoutKickStreamerInput

KSCustomMessageCreateWithoutKickStreamerInput: {
    buttons?: KSMessageButtonCreateNestedManyWithoutKsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: KSMessageEmbedCreateNestedOneWithoutKsCustomMessageInput;
    type: StreamerMessageTypeEnum;
    webhook?: KSMessageWebhookCreateNestedOneWithoutKsCustomMessageInput;
}