Liking cljdoc? Tell your friends :D

telegrambot-lib.edit.core

Telegram Bot API Updating/Modifying Messages - function implementations.

Telegram Bot API Updating/Modifying Messages - function implementations.

* https://core.telegram.org/bots/api#updating-messages
raw docstring

behaviorclj

Map for extending the core TBot record with functions.

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

delete-messageclj

(delete-message this content)

Use this method to delete a message, including service messages. Returns True on success.

Use this method to delete a message, including service messages.
Returns True on success.
sourceraw docstring

edit-message-captionclj

(edit-message-caption this content)

Use this method to edit captions of messages. On success, if edited message is sent by the bot, the edited Message is returned, otherwise True is returned.

Use this method to edit captions of messages.
On success, if edited message is sent by the bot, the edited Message is
returned, otherwise True is returned.
sourceraw docstring

edit-message-mediaclj

(edit-message-media this content)

Use this method to edit animation, audio, document, photo, or video messages. If a message is a part of a message album, then it can be edited only to a photo or a video. Otherwise, message type can be changed arbitrarily. When inline message is edited, new file can't be uploaded. Use previously uploaded file via its file_id or specify a URL. On success, if the edited message was sent by the bot, the edited Message is returned, otherwise True is returned.

Use this method to edit animation, audio, document, photo, or video messages.
If a message is a part of a message album, then it can be edited only to a
photo or a video. Otherwise, message type can be changed arbitrarily.
When inline message is edited, new file can't be uploaded.
Use previously uploaded file via its file_id or specify a URL.
On success, if the edited message was sent by the bot, the edited Message
is returned, otherwise True is returned.
sourceraw docstring

edit-message-reply-markupclj

(edit-message-reply-markup this content)

Use this method to edit only the reply markup of messages. On success, if edited message is sent by the bot, the edited Message is returned, otherwise True is returned.

Use this method to edit only the reply markup of messages.
On success, if edited message is sent by the bot, the edited Message is
returned, otherwise True is returned.
sourceraw docstring

edit-message-textclj

(edit-message-text this content)

Use this method to edit text and game messages. On success, if edited message is sent by the bot, the edited Message is returned, otherwise True is returned.

Use this method to edit text and game messages.
On success, if edited message is sent by the bot, the edited Message is
returned, otherwise True is returned.
sourceraw docstring

stop-pollclj

(stop-poll this content)

Use this method to stop a poll which was sent by the bot. On success, the stopped Poll with the final results is returned.

Use this method to stop a poll which was sent by the bot.
On success, the stopped Poll with the final results is returned.
sourceraw docstring

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

× close