Liking cljdoc? Tell your friends :D

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

behaviorclj

Map for extending the core TBot record with functions.

Map for extending the core TBot record with functions.
sourceraw docstring

set-passport-data-errorsclj

(set-passport-data-errors this content)
(set-passport-data-errors this user_id errors)

Informs a user that some of the Telegram Passport elements they provided contains errors.

Required

  • this ; a bot instance
  • user_id ; user identifier
  • errors ; json array of 'PassportElementError' describing the errors
Informs a user that some of the Telegram Passport elements they provided contains errors.

Required
- this ; a bot instance
- user_id ; user identifier
- errors ; json array of 'PassportElementError' describing the errors
sourceraw docstring

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

× close