$chat_id = yield $this->getId($update); $message_id = $update['message']['id'] ?? 0; $replyToId = $update['message']['reply_to']['reply_to_msg_id']?? 0; $info = yield $this->getInfo($update); $me = yield $this->getSelf(); $me_id...