This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * This is just for demonstrational purposes. A minimal one, haven't used so many | |
| * available tags, markdown syntaxes. See the library and documentation here: | |
| * https://github.com/dcdunkan/telegraph. | |
| */ | |
| import { Telegraph, parse } from "https://deno.land/x/telegraph/mod.ts"; | |
| const tph = new Telegraph({ | |
| // SANDBOX access token from Official API Docs: https://telegra.ph/api |
NewerOlder