File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1010
1111namespace Longman \TelegramBot \Entities \Games ;
1212
13+ use Longman \TelegramBot \Entities \Animation ;
1314use Longman \TelegramBot \Entities \Entity ;
1415use Longman \TelegramBot \Entities \MessageEntity ;
16+ use Longman \TelegramBot \Entities \PhotoSize ;
1517
1618/**
1719 * Class Game
@@ -45,7 +47,7 @@ protected function subEntities()
4547 * This method overrides the default getPhoto method
4648 * and returns a nice array of PhotoSize objects.
4749 *
48- * @return null|PhotoSize[]
50+ * @return null|\Longman\TelegramBot\Entities\ PhotoSize[]
4951 */
5052 public function getPhoto ()
5153 {
@@ -60,7 +62,7 @@ public function getPhoto()
6062 * This method overrides the default getTextEntities method
6163 * and returns a nice array of MessageEntity objects.
6264 *
63- * @return null|MessageEntity[]
65+ * @return null|\Longman\TelegramBot\Entities\ MessageEntity[]
6466 */
6567 public function getTextEntities ()
6668 {
Original file line number Diff line number Diff line change 1111namespace Longman \TelegramBot \Entities \Games ;
1212
1313use Longman \TelegramBot \Entities \Entity ;
14+ use Longman \TelegramBot \Entities \User ;
1415
1516/**
1617 * Class GameHighScore
You can’t perform that action at this time.
0 commit comments