Telegram Bot Notification Template Sharing
Example Bot https://t.me/NextCLiCloudbot
/id— Get the current Conversation Chat ID, Test This command>>{{if eq .tg.group_id 0}} 👤<b><u>Current is a Private Chat</u></b> Current Chat ID: <code>{{.tg.id}}</code> Current User ID: <code>{{.tg.id}}</code> Current User Name: <code>{{.tg.name}}</code> Current User NickName: <code>{{.tg.nickname}}</code> {{else}} 👥<b><u>Current is a Group Chat</u></b> Current Chat ID: <code>{{.tg.group_id}}</code> Current Group ID: <code>{{.tg.group_id}}</code> Your User ID: <code>{{.tg.id}}</code> Current User Name: <code>{{.tg.name}}</code> Current User NickName: <code>{{.tg.nickname}}</code> {{end}}
Income Notification Content
Expense Notification Content
Last updated