An example bot using gotgcalls.
- Install the server.
- Create a
.env
file with the following variables:
APP_ID
andAPP_HASH
, which are your Telegram app credentials obtained from my.telegram.org/apps.BOT_TOKEN
, which is your bot's token obtained from @BotFather
go run .
Note that you will need to login to your Telegram account once.
Command | Description |
---|---|
stream | Streams or queues the replied audio file. |
skip | Skips the current stream. |
stop | Stops streaming and clears the queue. |
mute | Mutes the stream audio. |
unmute | Unmutes the stream audio. |
pause | Pauses the stream. |
resume | Resumes the stream. |
Note that the commands currently work in supergroups only.