Type Alias CSCustomMessageCreateWithoutButtonsInput

CSCustomMessageCreateWithoutButtonsInput: {
    clubStreamer?: ClubStreamerCreateNestedOneWithoutCustomMessagesInput;
    content?: string | null;
    dbId?: string;
    embed?: CSMessageEmbedCreateNestedOneWithoutCsCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: CSMessageWebhookCreateNestedOneWithoutCsCustomMessageInput;
}