Table of Contents

Method GetNewSnowflake

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetNewSnowflake()

Converts the new raw value to a snowflake when possible.

public ulong? GetNewSnowflake()

Returns

ulong?

The parsed identifier, or null when the value is absent or malformed.

Remarks

Discord commonly serializes snowflakes as strings inside audit log changes.