mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-02-26 02:23:40 +00:00
Updated Result HTML Customization (Docs In Progress) (markdown)
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user