<?php
namespace NotificationChannels\Telegram;
use JsonSerializable;
use NotificationChannels\Telegram\Traits\HasSharedLogic;
/**
* Class TelegramPoll.
*/
class TelegramPoll implements JsonSerializable
{
use HasSharedLogic;
public function __construct(string $question = '')
{
$this->question($question);
}
public static function create(string $question = ''): self
{
return new self($question);
}
/**
* Poll question.
*
* @return $this
*/
public function question(string $question): self
{
$this->payload['question'] = $question;
return $this;
}
/**
* Poll choices.
*
* @return $this
*/
public function choices(array $choices): self
{
$this->payload['options'] = json_encode($choices);
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX