跳转到内容

generateGroupId

此内容尚不支持你的语言。

function generateGroupId(): string;

Generate a group ID by creating a random UUID v4 and removing the dashes. This is the equivalent of uuid4().hex in Python and prefixing it with group_.

string

A group ID.