1
0
Fork 0

📝 Updated package doc

This commit is contained in:
Maxim Lebedev 2024-02-10 11:06:36 +06:00
parent 78755461c2
commit 9a5072d891
Signed by: toby3d
GPG key ID: 1F14E25B7C119FC5

35
doc.go
View file

@ -1,14 +1,21 @@
/*
Package telegraph has functions and types used for interacting with the Telegraph API.
Telegra.ph is a minimalist publishing tool that allows you to create richly formatted posts and push them to the Web
in just a click. Telegraph posts also get beautiful Instant View pages on Telegram.
To maintain the purity of the basic interface, we launched the @Telegraph bot for those who require advanced features.
This bot can help you manage your articles across any number of devices and get page view statistics for any Telegraph
page.
Anyone can enjoy the simplicity of Telegraph publishing, not just Telegram users. For this reason, all developers are
welcome to use this Telegraph API to create bots like @Telegraph for any other platform, or even standalone interfaces.
*/
package telegraph // import "gitlab.com/toby3d/telegraph"
// The telegraph package contains the base bindings for working with the
// Telegraph API.
//
// Telegra.ph is a minimalist publishing tool that allows you to create richly
// formatted posts and push them to the Web in just a click. Telegraph posts
// also get beautiful [Instant View] pages on Telegram.
//
// To maintain the purity of the basic interface, we launched the [@Telegraph]
// bot for those who require advanced features. This bot can help you manage
// your articles across any number of devices and get page view statistics for
// any Telegraph page.
//
// Anyone can enjoy the simplicity of Telegraph publishing, not just [Telegram]
// users. For this reason, all developers are welcome to use this Telegraph API
// to create bots like [@Telegraph] for any other platform, or even standalone
// interfaces.
//
// [Instant View]: https://telegram.org/blog/instant-view
// [@Telegraph]: https://telegram.me/telegraph
// [Telegram]: https://telegram.org/
package telegraph // import "source.toby3d.me/toby3d/telegraph"