| 1 | <?php |
||
| 22 | class UnpinAllChatMessages extends TelegramMethods |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Unique identifier for the target chat or username of the target supergroup or channel (in the format |
||
| 26 | * @var string |
||
| 27 | */ |
||
| 28 | public $chat_id = ''; |
||
| 29 | |||
| 30 | public static function bindToObject(TelegramResponse $data, LoggerInterface $logger): TelegramTypes |
||
| 34 | |||
| 35 | public function getMandatoryFields(): array |
||
| 41 | } |
||
| 42 |