minex/telegram_audiences_messages

Installs: 98

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/minex/telegram_audiences_messages

1.2.1 2025-11-19 11:16 UTC

README

Latest Version Total Downloads License

This package allow you to easily create cohorts of users with custom filters support and then create a messages to send to them.

✨ Features

✅ Audience Management

  • Create and manage audiences dynamically.
  • Supports custom filters for flexible targeting.
  • Useful for mass campaigns or segmented user messaging.

✅ Telegram Message Builder

  • Easily create Telegram messages
  • Mass broadcasts.
  • On-demand sending using triggers or scheduled workflows.
  • Supports:
    • Plain text and HTML formatting.
    • Inline buttons with links.
    • Image or video attached to message.

✅ Trigger-Based Sending

  • Custom triggers from your workflows.

✅ Built for Laravel

  • Supports Laravel 8, 9, 10.

🚀 Installation

You can install the package via Composer:

composer require minex/telegram_audiences_messages

📦 Publishing Assets

You can publish the package assets using the vendor:publish command.

🚀 Publish Configuration

To publish the configuration file:

php artisan vendor:publish --tag=telegram_audiences_messages-config