1
0
mirror of synced 2024-11-22 04:56:06 +03:00
mg-transport-api-client-go/examples/doc.go

9 lines
338 B
Go
Raw Normal View History

2023-12-29 11:07:45 +03:00
// 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