Luca Di Mauro
Results
1
issues of
Luca Di Mauro
To solve the issue, I added some code locally in aki\telegram\types\Document class: 1) Added $_thumbnail property after $_thumb 2) Added magic methods: public function getThumbnail() { return $this->_thumbnail; } public...