Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.85 KB

File metadata and controls

44 lines (30 loc) · 1.85 KB

AsyncTelegram2 Documentation

This folder contains the human-written Markdown documentation for AsyncTelegram2.

The generated Doxygen output in docs/html, docs/latex, and docs/man is kept in the repository, but the Markdown guides below are the recommended starting point.

Start Here

Suggested Reading Order

If you are new to the library:

  1. Read Getting Started
  2. Choose your TLS/client setup in Connection Options
  3. Use Examples and Patterns as a starting template

If you already have a working sketch:

  1. Use API Reference for method lookup
  2. Read Keyboards and Interactions for inline/reply keyboard usage
  3. Read FAQ and Troubleshooting when something is unclear or not working

What This Documentation Covers

  • supported connection patterns for ESP32, ESP8266, SSLClient, WiFiNINA, and similar transports
  • polling and message flow using getNewMessage()
  • sending text, media, documents, and channel messages
  • inline keyboards, reply keyboards, callback handling, and message editing
  • connection recovery, TLS certificate validation, insecure fallback, and custom recovery callbacks
  • common mistakes that frequently appear in repository issues

Legacy Documentation

The Markdown guides in this folder should be considered the up-to-date documentation set.