Sina Sadeghi
Sina Sadeghi
Compatiblity with PHP 8.1 `During inheritance of JsonSerializable: Uncaught yii\\base\\ErrorException: Return type of Lcobucci\\JWT\\Claim\\Basic::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily...
Hello I tried to use forward function and it's working but also throws 500 Internal Server Error. My code: `public function actionGuide($message) { $response = Yii::$app->telegram->forwardMessage([ 'chat_id' => $message->chat['id'], 'from_chat_id'...
Developers may want to handle some of the dialog buttons using their own specifc handler. Adding this feature helps developers to create menus much more easily, so the dialog use...