Pyrogram is a modern, elegant and asynchronous MTProto API framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot identity (bot API ...
version: '3.4' services: telegram-dice-bot: image: deanxv/telegram-dice-bot:latest container_name: telegram-dice-bot restart: always volumes: - ./data/telegram-dice ...