Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Подскажите как отследить отписку? #93

Closed
makar4eg1993 opened this issue Sep 14, 2020 · 4 comments
Closed

Comments

@makar4eg1993
Copy link

No description provided.

@makar4eg1993 makar4eg1993 changed the title Подскажите как увидеть отследить отписку? Подскажите как отследить отписку? Sep 14, 2020
@Vanawy
Copy link

Vanawy commented Sep 23, 2020

насколько я понимаю для этого есть метод onUnsubscribe

@makar4eg1993
Copy link
Author

насколько я понимаю для этого есть метод onUnsubscribe

да, благодарю. Уже разобрался

@NikitaKobzar
Copy link

Не нашел такой метод... Подскажите, как все же отследить отписку?

@makar4eg1993
Copy link
Author

makar4eg1993 commented Aug 19, 2021

Не нашел такой метод... Подскажите, как все же отследить отписку?
нужно дописать. я в класс bot.php добавил следующий код:

public function onUnSubscribe(\Closure $handler)
{
$this->managers[] = new Manager(function (Event $event) {
return ($event instanceof \Viber\Api\Event\Unsubscribed);
}, $handler);

    return $this;
}

@Bogdaan Bogdaan closed this as completed Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants