WolfDispatcher::setAllowedUpdates
Sets allowed hook updates list. Example: array('update_id', 'message', 'chat_member')
https://core.telegram.org/bots/api#update https://core.telegram.org/bots/api#setwebhook
Signature
public function setAllowedUpdates([array
$allowedHookUpdates = ] )
Parameters
$allowedHookUpdates— array
Returns
- void