Skip to content

Commit

Permalink
added hints for ide
Browse files Browse the repository at this point in the history
  • Loading branch information
mtakhirov committed Jul 26, 2022
1 parent 15d8339 commit ed072af
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions src/Laragram.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,29 @@
use GuzzleHttp\Client;
use GuzzleHttp\Exception\GuzzleException;


class Laragram {


/**
* @method static array sendMessage(array $data)
* @method static array sendPhoto(array $data)
* @method static array sendAudio(array $data)
* @method static array sendDocument(array $data)
* @method static array sendVideo(array $data)
* @method static array sendAnimation(array $data)
* @method static array sendVoice(array $data)
* @method static array sendVideoNote(array $data)
* @method static array sendMediaGroup(array $data)
* @method static array sendLocation(array $data)
* @method static array sendVenue(array $data)
* @method static array sendContact(array $data)
* @method static array sendPoll(array $data)
* @method static array sendDice(array $data)
* @method static array sendChatAction(array $data)
* @method static array forwardMessage(array $data)
* @method static array copyMessage(array $data)
* @method static array getFile(array $data)
* @method static array getUserProfilePhotos(array $data)
*/
class Laragram
{
/**
* @throws Exception|GuzzleException
*/
Expand Down

0 comments on commit ed072af

Please sign in to comment.