Skip to content

Commit

Permalink
Merge pull request #993 from koot-labs/fix-doc-links
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed authored Aug 9, 2022
2 parents b78af77 + 0604c01 commit 101868a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Methods/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
*/
trait Query
{
// TODO
// Check these methods. They should possibly return the result of the query,
// not just a hard coded bool value.

/**
* Send answers to callback queries sent from inline keyboards.
*
Expand All @@ -31,7 +27,7 @@ trait Query
* ]
* </code>
*
* @link https://core.telegram.org/bots/api#answerCallbackQuery
* @link https://core.telegram.org/bots/api#answercallbackquery
*
* @param array $params
*
Expand Down Expand Up @@ -63,7 +59,7 @@ public function answerCallbackQuery(array $params): bool
* ]
* </code>
*
* @link https://core.telegram.org/bots/api#answerCallbackQuery
* @link https://core.telegram.org/bots/api#answerinlinequery
*
* @param array $params
*
Expand Down

0 comments on commit 101868a

Please sign in to comment.