wearesho-team/telegram-message-delivery

Message delivery Telegram integration

3.0.0 2023-07-03 15:27 UTC

This package is auto-updated.

Last update: 2024-04-03 17:05:22 UTC


README

codecov Build & Test wearesho-team/telegram-message-delivery implementation of Delivery\ServiceInterface

Compatibility: tested on PHP 7.4, PHP 8.1

Installation

composer require wearesho-team/telegram-message-delivery:^2.0.0

Configuration

Usage

<?php

use Wearesho\Delivery;

/** @var \TgBotApi\BotApiBase\ApiClient $apiClient */
/** @var Delivery\Telegram\ConfigInterface $config */
$botApi = new Delivery\Telegram\BotApi(
    $config, 
    $apiClient, 
    new \TgBotApi\BotApiBase\BotApiNormalizer()
);
$service = new Delivery\Telegram\Service($botApi);

$service->send(new Delivery\Message('message content', 'chat id'));

Contributors

License

MIT