From 0b2d812e64b4442856e31e408f7cc41c6f4136f6 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:58:19 +0000 Subject: [PATCH] Updated Result HTML Customization (Docs In Progress) (markdown) --- Result-HTML-Customization-(Docs-In-Progress).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Result-HTML-Customization-(Docs-In-Progress).md b/Result-HTML-Customization-(Docs-In-Progress).md index 9005e25..0c502fd 100644 --- a/Result-HTML-Customization-(Docs-In-Progress).md +++ b/Result-HTML-Customization-(Docs-In-Progress).md @@ -7,7 +7,7 @@ You can design your own WhatsApp conversation page by creating a Jinja template. * my_avatar (str): Path to the user's avatar. * their_avatar (str): Path to the avatar of the peer or the group of the conversation. -# The "msgs" variable +# The `msgs` variable As stated, msgs is a list. Inside the msgs variable, each item in the list is a dict containing the following keys * sender (str|None): The name or the phone number of the message sender. * time (str): The time of the message being sent. In format "%H:%M".