mirra-telegramBot

Send Telegram messages and manage chat members via the Mirra REST API.

6|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-telegrambot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mirra-telegramBot
Source: https://github.com/Oz-Networks/mirra-sdk/tree/main/skills/mirra-telegramBot
Command: npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-telegrambot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to programmatically send and receive messages, manage group members, and interact with Telegram bots directly through the Mirra platform, streamlining communication and bot management.

Core Features & Use Cases

  • Message Sending: Send text messages, replies, and messages with custom inline buttons to Telegram chats.
  • Bot Management: Get bot information, list registered bots, set bot commands, and manage chat members (ban, unban, restrict).
  • Use Case: Automatically send a daily summary report to a specific Telegram channel or respond to user queries with interactive buttons.

Quick Start

Use the mirra-telegramBot skill to send the message "Hello from Mirra!" to the chat ID "123456789" using the bot username "my_bot".

Frequently Asked Questions about mirra-telegramBot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send messages to a Telegram chat using a REST API?

You can send messages to a Telegram chat using a REST API by connecting your bot to the Mirra platform and calling the unified endpoint with the target chat ID and message text. This allows programmatic text sending, replies, and messages with custom inline buttons.

Can I manage Telegram group members through an automated API?

Yes, you can manage Telegram group members through an automated API by using the bot management operations provided. This includes functionality to ban, unban, and restrict chat members directly through the Mirra REST API integration.

What do I need to integrate Telegram bot functionalities into my application?

To integrate Telegram bot functionalities, you need a Mirra API key and a user-authenticated Telegram bot connection. This setup enables developers to interact with bots, retrieve bot information, and set bot commands within broader workflows.

How do I set custom commands for a Telegram bot programmatically?

You can set custom commands for a Telegram bot programmatically by utilizing the bot management features within the Mirra API. This allows administrators to configure bot commands directly through the unified REST API endpoint.

Does this Telegram bot API support sending messages with interactive buttons?

Yes, this Telegram bot API supports sending messages with custom inline buttons. You can programmatically send interactive messages to specific chats, allowing you to respond to user queries with clickable options via the REST endpoint.

How do I retrieve registered Telegram bot information via an API?

You can retrieve registered Telegram bot information via the API by requesting bot details through the Mirra platform. The service supports listing registered bots and getting specific bot information to streamline your bot management process.