Skip to content

Actions

Jey edited this page Jun 18, 2022 · 23 revisions

All requests is Actions

All telegram api requests are various kinds of TgAction interfaces that implementing different methods such as SendMessageAction,
which, in turn, are wrapped in the form of message()-type functions for the convenience of the library interface.

Actions (3)

Each TgAction may be able of having its own possible methods, depending on the available Features.

You can read more in the Features section.

Clone this wiki locally