codeTelegram Bot Notification Template Sharing

Example Bot https://t.me/NextCLiCloudbot

circle-check

/idarrow-up-right — Get the current Conversation Chat ID, Test This command>>arrow-up-right

{{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}}

View Example: https://t.me/cryptopusharrow-up-right

Income Notification Content

Expense Notification Content

End.

Last updated