TelegramBot / Api

Native PHP Wrapper for Telegram BOT API
MIT License
1.06k stars 324 forks source link

add support for forum topic (Bot API 6.3) #385

Closed bernard-ng closed 1 year ago

bernard-ng commented 1 year ago
vtsykun commented 1 year ago

This is BC in the patch release. New arguments $messageThreadId must be added at the end

    public function sendMessage(
        $chatId,
        $text,
        $parseMode = null,
        $disablePreview = false,
+        $messageThreadId = null,
        $replyToMessageId = null,
        $replyMarkup = null,
        $disableNotification = false
    ) {
"Warning: Object of class TelegramBot\Api\Types\Inline\InlineKeyboardMarkup could not be converted to int"