leam-tech / frappe_telegram

Telegram Bot support for Frappe / ERPNext.
Other
32 stars 24 forks source link

feat: Seperate rendering from sending method #14

Closed assemmarwan closed 2 years ago

assemmarwan commented 2 years ago

Problem

Can't use send_file along with Telegram Message Template

Solution

Extract the rendering of the message template in its own function that can be used before sending the final message through send_file or send_message