MadelineProtoDocs/docs/PHP/danog/MadelineProto/Wrappers/Webhook.md
2020-10-15 18:42:54 +02:00

651 B

title: danog\MadelineProto\Wrappers\Webhook: Manages logging in and out. description:

danog\MadelineProto\Wrappers\Webhook

Back to index

Author: Daniil Gentili daniil@daniil.it

Manages logging in and out.


Generated by danog/phpdoc.

Method list:

  • setWebhook(string $hook_url, string $pem_path): void

Methods:

setWebhook(string $hook_url, string $pem_path): void

Set webhook update handler.

Parameters:

  • $hook_url: string Webhook URL
  • $pem_path: string PEM path for self-signed certificate

Properties

  • $settings: \Settings