Skip to content

Instantly share code, notes, and snippets.

@luizmarcus
Created October 27, 2021 13:42
Show Gist options
  • Save luizmarcus/9989b928e0f6f638a3e0b3e4d3f39ef9 to your computer and use it in GitHub Desktop.
Save luizmarcus/9989b928e0f6f638a3e0b3e4d3f39ef9 to your computer and use it in GitHub Desktop.
<?php
//envia ao usuário o arquivo compactado com uma legenda
sendMessage("sendDocument", array('chat_id' => $chat_id, "document" => "https://www.seusite.com/seubot/files/".TOKEN.".zip", "caption" => "Arquivo finalizado!"));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment