/// Represents a class used to make timestamps in messages. see <see href="https://discord.com/developers/docs/reference#message-formatting-timestamp-styles"/>.
/// </summary>
public class TimestampTag
{
/// <summary>
/// Gets or sets the style of the timestamp tag.
/// </summary>
public TimestampTagStyles Style { get; set; } = TimestampTagStyles.ShortDateTime;
/// <summary>
/// Gets or sets the time for this timestamp tag.
/// </summary>
public DateTime Time { get; set; }
/// <summary>
/// Converts the current timestamp tag to the string representation supported by discord.
/// <para>
/// If the <see cref="TimestampTag.Time"/> is null then the default 0 will be used.
/// </para>
/// </summary>
/// <returns>A string thats compatable in a discord message, ex: <code><t:1625944201:f></code></returns>
Thank you for your continuous support to the Openl Qizhi Community AI Collaboration Platform. In order to protect your usage rights and ensure network security, we updated the Openl Qizhi Community AI Collaboration Platform Usage Agreement in January 2024. The updated agreement specifies that users are prohibited from using intranet penetration tools. After you click "Agree and continue", you can continue to use our services. Thank you for your cooperation and understanding.