MateBot
  • Welcome to MateBot
  • Why MateBot ?
  • Getting started
  • GUIDES
    • Bots
    • Commands
    • Conversations
    • Debugging
    • Chats
    • Moderations
  • âŒ¨ī¸SCRIPTING
    • â„šī¸Introduction
    • 🚀API
    • đŸ’ŦConversations
    • 🎲Random
    • đŸ“ļHTTP
    • 🧊Resource
    • đŸŦStorage
    • 🎹Keyboard
    • đŸƒâ€â™‚ī¸Run Command
Powered by GitBook
On this page
  1. SCRIPTING

Introduction

Learn how to write your bot in MateBot Script

PreviousModerationsNextAPI

Last updated 1 year ago

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 library, which is helpful in storing any kind of information in your bot, which then can be accessed with a function.

âŒ¨ī¸
â„šī¸
Storage