Updated Result HTML Customization (Docs In Progress) (markdown)

Knugi
2025-01-08 15:58:19 +00:00
parent ea1b8e5f4b
commit 0b2d812e64

@@ -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".