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