Table of Contents

Method GetOldSnowflake

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetOldSnowflake()

Converts the old raw value to a snowflake when possible.

public ulong? GetOldSnowflake()

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.