📝 Updated package doc
This commit is contained in:
parent
78755461c2
commit
9a5072d891
1 changed files with 21 additions and 14 deletions
35
doc.go
35
doc.go
|
@ -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"
|
Loading…
Reference in a new issue