Type Alias RSCustomMessageCreateWithoutWebhookInput

RSCustomMessageCreateWithoutWebhookInput: {
    buttons?: RSMessageButtonCreateNestedManyWithoutRsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: RSMessageEmbedCreateNestedOneWithoutRsCustomMessageInput;
    rumbleStreamer?: RumbleStreamerCreateNestedOneWithoutCustomMessagesInput;
    type: StreamerMessageTypeEnum;
}