Setup
This article shows you the easy setup of gramchat
Step 1 - Add the gramchat javascript to your website
<script src="https://static.gramchat.me/gram.js"></script>
<script>window.onload = function () {
gram = window.Gram.initialize({
apiKey: "[API KEY]",
locales: {
title: "[Chat Window Name]",
name: "[Chat Agent Name]"
},
});
}
</script>
Step 2 - Add gramchat to your telegram
[Recommended] Automatic setup
In your purchase email will be two links. One for adding the bot to your personal telegram, the other one for adding it to a group.
Just click on the link on your phone and the bot will automatically be added to your Telegram.
Manual setup
Create a group
Add new user & search for the bot "gramchat_me_bot"
Add the bot
Send your APIKEY and APISECRET as setup message. The setup message needs following format
/start [YOUR APIKEY]00100[YOUR APISECRET]
Step 3 -Make the gramchat bot an admin of the group
Open group settings
Click on the three dots and click on
Select admins
Set the bot as admin
Last updated
Was this helpful?