1
0
mirror of synced 2024-11-21 20:46:05 +03:00
mg-transport-api-client-go/examples/doc.go
2023-12-29 11:07:45 +03:00

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