ℹ️Introduction

Learn how to write your bot in MateBot Script

While building a bot you surely need to add functionalities that are not available in the raw Telegram API like, making third-party API calls, storing user data etc.

Keeping these in mind MateBot comes with a feature of writing custom scripts which has many built-in methods to solve these problems, so you don't need to create everything from scratch.

For example, it has Storage library, which is helpful in storing any kind of information in your bot, which then can be accessed with a function.

Last updated