MadelineProtoDocs/docs/PHPInternal/danog/MadelineProto/Wrappers/Webhook.md

649 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.

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

Generated by danog/phpdoc