Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Feb 1, 2024
1 parent ffc8063 commit 6f51354
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Models/TelegraphBot.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ public function url(): string
}

/**
* @param string[]|null $allowedUpdates
*
* @return \Illuminate\Support\Collection<int, TelegramUpdate>
*/
public function updates(int $timeout = null, int $offset = null, int $limit = null, array $allowedUpdates = null): \Illuminate\Support\Collection
Expand Down

0 comments on commit 6f51354

Please sign in to comment.