• Parameters

    Returns
        | undefined
        | {
            hideChatDisplayTimeStamps?: boolean;
            messageTimeStampEnabled?: boolean;
            timeZone?: number;
        }

    • undefined
    • {
          hideChatDisplayTimeStamps?: boolean;
          messageTimeStampEnabled?: boolean;
          timeZone?: number;
      }
      • OptionalhideChatDisplayTimeStamps?: boolean

        Should be true if the player has the hideChatDisplayTimeStamps tag.

        If true, the time stamp will not be displayed for messages sent to this player.

      • OptionalmessageTimeStampEnabled?: boolean

        Should be true if the player has the chatDisplayTimeStamps tag.

        If true, the time stamp will be displayed for ALL messages sent to this player.

      • OptionaltimeZone?: number