File manager - Edit - /home/autoph/public_html/tasks/vendor/bogdaan/viber-bot-php/src/Api/Event/Conversation.php
Back
<?php namespace Viber\Api\Event; use Viber\Api\Event; /** * Triggers when a user opens a conversation with the PA using the “message” * button (found on the PA’s info screen) or using a deep link. * * @see https://developers.viber.com/tools/deep-links/index.html * * @author Novikov Bogdan <hcbogdan@gmail.com> */ class Conversation extends Event { /** * Context information * * @var string */ protected $context; /** * Viber user * * @var \Viber\Api\User */ protected $user; /** * Conversation action * * @var string */ protected $type; /** * Get the value of Context information * * @return string */ public function getContext() { return $this->context; } /** * Get the value of Viber user * * @return \Viber\Api\User */ public function getUser() { return $this->user; } /** * Get conversation type * * @return string */ public function getType() { return $this->type; } }
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings