@@ -543,7 +543,7 @@ discard block |
||
543 | 543 | * - <code>record_audio</code> or <code>upload_audio</code> for audio files |
544 | 544 | * - <code>upload_document</code> for general files |
545 | 545 | * - <code>find_location</code> for location data |
546 | - * @return True on success. |
|
546 | + * @return boolean on success. |
|
547 | 547 | */ |
548 | 548 | public function sendChatAction(string $action) : bool { |
549 | 549 | |
@@ -726,7 +726,7 @@ discard block |
||
726 | 726 | */ |
727 | 727 | |
728 | 728 | /** \brief Core function to execute url request. |
729 | - * @param $url The url to call using the curl session. |
|
729 | + * @param string $url The url to call using the curl session. |
|
730 | 730 | * @return Url response, false on error. |
731 | 731 | */ |
732 | 732 | protected function exec_curl_request($url) { |
@@ -40,7 +40,7 @@ |
||
40 | 40 | * @param $reply_markup Inline keyboard object (Not JSON serialized, use getArray from InlineKeyboard class). |
41 | 41 | * @param $parse_mode <i>Optional</i>. Formattation of the message. |
42 | 42 | * @param $disable_web_preview <i>Optional</i>. Disables link previews for links in the sent message |
43 | - * @return Id the the article added |
|
43 | + * @return integer the the article added |
|
44 | 44 | */ |
45 | 45 | public function newArticle($title, $message_text, $description = '', array $reply_markup = null, $parse_mode = 'HTML', $disable_web_preview = false) { |
46 | 46 |