telegram-chat-parser
telegram-chat-parser copied to clipboard
CSV file format to included a column "is_forwarded"
Hi,
I'm wondering if it is possible to add a column in the output csv file which will reflect on whether a message is forwarded from somewhere within Telegram.
For example, if a messages is forwarded into the chat from somewhere on Telegram, that message will be tagged 1 in that column and if the message is not forwarded but an original message from the user it will be tagged 0.
I've tried adding a few lines to the existing script but I'm not sure the exact attribute that represents "is_forwarded" to use.