Liking cljdoc? Tell your friends :D

telegrambot-lib.config

Global configuration/settings.

Global configuration/settings.
raw docstring

telegrambot-lib.core

A Clojure library for interacting with the Telegram Bot API.

A Clojure library for interacting with the Telegram Bot API.
- [Getting started](https://github.com/wdhowe/telegrambot-lib#usage)
- Functions accurate as of: [Telegram Bot API 5.0](https://core.telegram.org/bots/api#november-4-2020)
raw docstring

telegrambot-lib.edit.core

Telegram Bot API Updating/Modifying Messages - function implementations.

Most functions are multi-arity with the following options:

  • Send all parameters in a 'content' map.
  • Send only the required parameters as simple values.
  • Send the required paraemters as simple values and then 'optional' parameters in a map.
Telegram Bot API Updating/Modifying Messages - function implementations.
- <https://core.telegram.org/bots/api#updating-messages>

Most functions are multi-arity with the following options:
- Send all parameters in a 'content' map.
- Send only the required parameters as simple values.
- Send the required paraemters as simple values and then 'optional' parameters in a map.
raw docstring

telegrambot-lib.edit.protocol

Telegram Bot API Updating/Modifying Messages - protocol definitions.

Telegram Bot API Updating/Modifying Messages - protocol definitions.
- <https://core.telegram.org/bots/api#updating-messages>
raw docstring

telegrambot-lib.games.core

Telegram Bot API Games - function implementations.

Most functions are multi-arity with the following options:

  • Send all parameters in a 'content' map.
  • Send only the required parameters as simple values.
  • Send the required paraemters as simple values and then 'optional' parameters in a map.
Telegram Bot API Games - function implementations.
- <https://core.telegram.org/bots/api#games>

Most functions are multi-arity with the following options:
- Send all parameters in a 'content' map.
- Send only the required parameters as simple values.
- Send the required paraemters as simple values and then 'optional' parameters in a map.
raw docstring

telegrambot-lib.games.protocol

Telegram Bot API Games - protocol definitions.

Telegram Bot API Games - protocol definitions.
- <https://core.telegram.org/bots/api#games>
raw docstring

telegrambot-lib.http

Formats and sends the http request to the Telegram Bot API.

Formats and sends the http request to the Telegram Bot API.
raw docstring

telegrambot-lib.inline.core

Telegram Bot API Inline Mode - function implementations.

Most functions are multi-arity with the following options:

  • Send all parameters in a 'content' map.
  • Send only the required parameters as simple values.
  • Send the required paraemters as simple values and then 'optional' parameters in a map.
Telegram Bot API Inline Mode - function implementations.
- <https://core.telegram.org/bots/api#inline-mode>

Most functions are multi-arity with the following options:
- Send all parameters in a 'content' map.
- Send only the required parameters as simple values.
- Send the required paraemters as simple values and then 'optional' parameters in a map.
raw docstring

telegrambot-lib.inline.protocol

Telegram Bot API Inline Mode - protocol definitions.

Telegram Bot API Inline Mode - protocol definitions.
- <https://core.telegram.org/bots/api#inline-mode>
raw docstring

telegrambot-lib.methods.core

Telegram Bot API Methods - function implementations.

Most functions are multi-arity with the following options:

  • Send all parameters in a 'content' map.
  • Send only the required parameters as simple values.
  • Send the required paraemters as simple values and then 'optional' parameters in a map.
Telegram Bot API Methods - function implementations.
- <https://core.telegram.org/bots/api#available-methods>

Most functions are multi-arity with the following options:
- Send all parameters in a 'content' map.
- Send only the required parameters as simple values.
- Send the required paraemters as simple values and then 'optional' parameters in a map.
raw docstring

telegrambot-lib.methods.protocol

Telegram Bot API Methods - protocol definitions.

Telegram Bot API Methods - protocol definitions.

- <https://core.telegram.org/bots/api#available-methods>
raw docstring

telegrambot-lib.passport.core

Telegram Passport - function implementations.

Most functions are multi-arity with the following options:

  • Send all parameters in a 'content' map.
  • Send only the required parameters as simple values.
  • Send the required paraemters as simple values and then 'optional' parameters in a map.
Telegram Passport - function implementations.
- <https://core.telegram.org/bots/api#telegram-passport>

Most functions are multi-arity with the following options:
- Send all parameters in a 'content' map.
- Send only the required parameters as simple values.
- Send the required paraemters as simple values and then 'optional' parameters in a map.
raw docstring

telegrambot-lib.passport.protocol

Telegram Passport - protocol definitions.

Telegram Passport - protocol definitions.
- <https://core.telegram.org/bots/api#telegram-passport>
raw docstring

telegrambot-lib.payments.core

Telegram Payments - function implementations.

Most functions are multi-arity with the following options:

  • Send all parameters in a 'content' map.
  • Send only the required parameters as simple values.
  • Send the required paraemters as simple values and then 'optional' parameters in a map.
Telegram Payments - function implementations.
- <https://core.telegram.org/bots/api#payments>

Most functions are multi-arity with the following options:
- Send all parameters in a 'content' map.
- Send only the required parameters as simple values.
- Send the required paraemters as simple values and then 'optional' parameters in a map.
raw docstring

telegrambot-lib.payments.protocol

Telegram Payments - protocol definitions.

Telegram Payments - protocol definitions.
- <https://core.telegram.org/bots/api#payments>
raw docstring

telegrambot-lib.stickers.core

Telegram Stickers - function implementations.

Most functions are multi-arity with the following options:

  • Send all parameters in a 'content' map.
  • Send only the required parameters as simple values.
  • Send the required paraemters as simple values and then 'optional' parameters in a map.
Telegram Stickers - function implementations.
- <https://core.telegram.org/bots/api#stickers>

Most functions are multi-arity with the following options:
- Send all parameters in a 'content' map.
- Send only the required parameters as simple values.
- Send the required paraemters as simple values and then 'optional' parameters in a map.
raw docstring

telegrambot-lib.stickers.protocol

Telegram Stickers - protocol definitions.

Telegram Stickers - protocol definitions.
- <https://core.telegram.org/bots/api#stickers>
raw docstring

telegrambot-lib.updates.core

Getting updates - function implementations.

Most functions are multi-arity with the following options:

  • Send all parameters in a 'content' map.
  • Send only the required parameters as simple values.
  • Send the required paraemters as simple values and then 'optional' parameters in a map.
Getting updates - function implementations.
- <https://core.telegram.org/bots/api#getupdates>

Most functions are multi-arity with the following options:
- Send all parameters in a 'content' map.
- Send only the required parameters as simple values.
- Send the required paraemters as simple values and then 'optional' parameters in a map.
raw docstring

telegrambot-lib.updates.protocol

Getting updates - protocol definitions.

Getting updates - protocol definitions.
- <https://core.telegram.org/bots/api#getupdates>
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close