Type Alias CSCustomMessageCreateWithoutWebhookInput

CSCustomMessageCreateWithoutWebhookInput: {
    buttons?: CSMessageButtonCreateNestedManyWithoutCsCustomMessageInput;
    clubStreamer?: ClubStreamerCreateNestedOneWithoutCustomMessagesInput;
    content?: string | null;
    dbId?: string;
    embed?: CSMessageEmbedCreateNestedOneWithoutCsCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
}