FunctionsChatRoomMessageGetReplyNameChatRoomMessageGetReplyName CallableChatRoomMessageGetReplyName(msgId: string, isWhisper?: boolean): stringReturns the name of the character that this message is a reply to. We get the wrong name when replying to reply that's what this is for.ParametersmsgId: stringisWhisper: boolean = falseReturns string
Returns the name of the character that this message is a reply to. We get the wrong name when replying to reply that's what this is for.