diff --git a/Telegram.php b/Telegram.php index f394af2..e9770a9 100644 --- a/Telegram.php +++ b/Telegram.php @@ -644,7 +644,7 @@ public function sendLocation(array $content) { return $this->endpoint('sendLocation', $content); } - + /// Edit Message Live Location /** @@ -700,7 +700,7 @@ public function editMessageLiveLocation(array $content) { return $this->endpoint('editMessageLiveLocation', $content); } - + /// Stop Message Live Location /** @@ -744,7 +744,7 @@ public function stopMessageLiveLocation(array $content) { return $this->endpoint('stopMessageLiveLocation', $content); } - + /// Set Chat Sticker Set /** @@ -770,8 +770,7 @@ public function setChatStickerSet(array $content) { return $this->endpoint('setChatStickerSet', $content); } - - + /// Delete Chat Sticker Set /** @@ -797,7 +796,7 @@ public function deleteChatStickerSet(array $content) { return $this->endpoint('deleteChatStickerSet', $content); } - + /// Send Media Group /** @@ -841,7 +840,7 @@ public function sendMediaGroup(array $content) { return $this->endpoint('sendMediaGroup', $content); } - + /// Send Venue /**