9 lines
338 B
Go
9 lines
338 B
Go
|
// Package examples provides a set of code samples that show how to use the library properly.
|
||
|
//
|
||
|
// Currently, there are two examples available:
|
||
|
//
|
||
|
// - webhooks - basic app that can display incoming webhooks.
|
||
|
//
|
||
|
// - telegram - very simple example of bidirectional Telegram transport (only text messages are supported).
|
||
|
package examples
|