Type Alias WSMessageButtonUncheckedCreateInput

WSMessageButtonUncheckedCreateInput: {
    dbId?: string;
    emojiUnicodeOrId?: string | null;
    title: string;
    url?: string | null;
    wsCustomMessageId: string;
}