mtgo
Installation
SKILL.md
mtgo — Telegram MTProto Client for Go
mtgo is a Go library for building Telegram bots and userbots using the MTProto 2.0 protocol. It provides a high-level client API with handlers, filters, middleware, plugins, and storage backends.
Quick Reference
Module: github.com/mtgo-labs/mtgo
API Reference: https://pkg.go.dev/github.com/mtgo-labs/mtgo
Use go doc to look up types and methods:
go doc github.com/mtgo-labs/mtgo/telegram Client
go doc github.com/mtgo-labs/mtgo/telegram Filter
go doc github.com/mtgo-labs/mtgo/telegram/params SendMessage