package telegraml
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=b07ec61353d3a245f81c4c510a41b58b75c5ea17f0b1bf3df22b1c3601bd45c4
md5=2fdd7c68eec4b7b904d9c4e536395a70
doc/telegraml/TelegramApi/index.html
Module TelegramApi
Source
Specifies the API used for creating Telegram bots, defined here.
An exception thrown if some rules specified in the API are invalidated by incorrectly formatted data of some type
This module deals with the parse mode used for formatting certain messages according to markup languages
Used to represent private messages, groupchats, and other types of Telegram chats
Used for handling, loading, and sending outgoing files in messages
Used to represent formatting options for a message's text
Used to represent an individual button on a custom keyboard
Used to represent an individual button on a custom inline keyboard
Markup options for users to reply to sent messages
This module is used for downloadable files uploaded to the Telegram servers
This module is used for dealing with the results returned by clicking on callback buttons on inline keyboards
This module is used to deal with information about an individual member of a chat
This module is used to deal with the content being sent as the result of an inline query
This module is used for InlineQuery bots
Actions that can be sent as user statuses
Used for representing results of various actions where a success or failure can occur. Contains helper functions to implement a monadic and functorial interface.
BOT is strictly used for customization of a TELEGRAM_BOT module. Once your customizations have been applied, pass it into Api.Mk to create the usable TELEGRAM_BOT interface.
TELEGRAM_BOT represents the interface to a running bot
Generate a bot's interface to allow for direct calls to functions