From 7f371db1c66bac345326549ea760567ee07ebbb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Jul 2024 07:42:12 +0000 Subject: [PATCH] Update docs --- README.md | 748 +++++++++++++++++++++++++++--------------------------- 1 file changed, 374 insertions(+), 374 deletions(-) diff --git a/README.md b/README.md index ebcc91a..d892023 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ And start communicating with him: -#### [package](17dc) `cl-telegram-bot/bot` +#### [package](c186) `cl-telegram-bot/bot` @@ -115,41 +115,41 @@ And start communicating with him: -###### [class](5d69) `bot` () +###### [class](0c3b) `bot` () **Readers** -###### [reader](8fdb) `api-uri` (bot) (:API-URI = "https://api.telegram.org/") +###### [reader](3953) `api-uri` (bot) (:API-URI = "https://api.telegram.org/") -###### [reader](f4c9) `debug-mode` (bot) (:debug-mode = nil) +###### [reader](86e0) `debug-mode` (bot) (:debug-mode = nil) When debug mode is T, then interactive debugger will be called on each error. -###### [reader](5877) `file-endpoint` (bot) (:file-endpoint = nil) +###### [reader](37ea) `file-endpoint` (bot) (:file-endpoint = nil) `HTTPS` file-endpoint -###### [reader](71ac) `get-endpoint` (bot) (:endpoint) +###### [reader](4476) `get-endpoint` (bot) (:endpoint) `HTTPS` endpoint -###### [reader](831d) `get-last-update-id` (bot) (= 0) +###### [reader](e7ba) `get-last-update-id` (bot) (= 0) Update id -###### [reader](f22d) `sent-commands-cache` (bot) (= nil) +###### [reader](30e6) `sent-commands-cache` (bot) (= nil) Command processing code will use this cache to update commands list on the server when a new method for [`cl-telegram-bot/entities/command:on-command`][56c0] generic-function is defined. @@ -158,7 +158,7 @@ This slot is for internal use. -###### [reader](9260) `token` (bot) (:token = nil) +###### [reader](419d) `token` (bot) (:token = nil) Bot token given by BotFather @@ -166,29 +166,29 @@ Bot token given by BotFather -###### [accessor](8fdb) `api-uri` (bot) (:API-URI = "https://api.telegram.org/") +###### [accessor](3953) `api-uri` (bot) (:API-URI = "https://api.telegram.org/") -###### [accessor](f4c9) `debug-mode` (bot) (:debug-mode = nil) +###### [accessor](86e0) `debug-mode` (bot) (:debug-mode = nil) When debug mode is T, then interactive debugger will be called on each error. -###### [accessor](5877) `file-endpoint` (bot) (:file-endpoint = nil) +###### [accessor](37ea) `file-endpoint` (bot) (:file-endpoint = nil) `HTTPS` file-endpoint -###### [accessor](831d) `get-last-update-id` (bot) (= 0) +###### [accessor](e7ba) `get-last-update-id` (bot) (= 0) Update id -###### [accessor](f22d) `sent-commands-cache` (bot) (= nil) +###### [accessor](30e6) `sent-commands-cache` (bot) (= nil) Command processing code will use this cache to update commands list on the server when a new method for [`cl-telegram-bot/entities/command:on-command`][56c0] generic-function is defined. @@ -197,7 +197,7 @@ This slot is for internal use. -###### [accessor](9260) `token` (bot) (:token = nil) +###### [accessor](419d) `token` (bot) (:token = nil) Bot token given by BotFather @@ -207,7 +207,7 @@ Bot token given by BotFather -##### [macro](5336) `defbot` name +##### [macro](cce0) `defbot` name @@ -215,7 +215,7 @@ Bot token given by BotFather -#### [package](18ae) `cl-telegram-bot/callback` +#### [package](96f5) `cl-telegram-bot/callback` @@ -227,21 +227,21 @@ Bot token given by BotFather -###### [class](de85) `callback` () +###### [class](ea25) `callback` () **Readers** -###### [reader](b4d5) `callback-data` (callback) (:data) +###### [reader](322a) `callback-data` (callback) (:data) -###### [reader](2300) `callback-id` (callback) (:id) +###### [reader](7a40) `callback-id` (callback) (:id) -###### [reader](c2c2) `callback-message` (callback) (:message) +###### [reader](ada7) `callback-message` (callback) (:message) @@ -249,13 +249,13 @@ Bot token given by BotFather -##### [generic-function](9df5) `callback-chat` callback +##### [generic-function](e9df) `callback-chat` callback Returns a chat from where callback was sent. -##### [generic-function](f9d2) `make-callback` bot callback-data +##### [generic-function](a9c2) `make-callback` bot callback-data Called when user clicks callback button. Should return an instance of [`callback`][6611] class. @@ -265,7 +265,7 @@ callback-data string. This way it mab be easier to define more specific methods -##### [generic-function](ee3d) `on-callback` bot callback +##### [generic-function](7289) `on-callback` bot callback Called when user clicks callback button. Second argument is an object of `CALLBACK` type. @@ -275,7 +275,7 @@ Called when user clicks callback button. Second argument is an object of `CALLBA -#### [package](c10c) `cl-telegram-bot/chat` +#### [package](3a02) `cl-telegram-bot/chat` @@ -287,7 +287,7 @@ Called when user clicks callback button. Second argument is an object of `CALLBA -###### [class](4da8) `channel` (base-group) +###### [class](0a0d) `channel` (base-group) @@ -295,29 +295,29 @@ Called when user clicks callback button. Second argument is an object of `CALLBA -###### [class](b3fb) `chat` () +###### [class](149d) `chat` () **Readers** -###### [reader](03ac) `get-chat-id` (chat) (:id) +###### [reader](ebda) `get-chat-id` (chat) (:id) -###### [reader](035b) `get-has-protected-content` (chat) (:has-protected-content) +###### [reader](b233) `get-has-protected-content` (chat) (:has-protected-content) -###### [reader](1b05) `get-message-auto-delete-time` (chat) (:message-auto-delete-time) +###### [reader](38fa) `get-message-auto-delete-time` (chat) (:message-auto-delete-time) -###### [reader](2158) `get-raw-data` (chat) (:raw-data) +###### [reader](622d) `get-raw-data` (chat) (:raw-data) -###### [reader](ea41) `get-username` (chat) (:username) +###### [reader](6f83) `get-username` (chat) (:username) @@ -325,7 +325,7 @@ Called when user clicks callback button. Second argument is an object of `CALLBA -###### [class](c4a2) `group` (base-group) +###### [class](e783) `group` (base-group) @@ -333,25 +333,25 @@ Called when user clicks callback button. Second argument is an object of `CALLBA -###### [class](8761) `private-chat` (chat) +###### [class](4fc7) `private-chat` (chat) **Readers** -###### [reader](aed9) `get-bio` (private-chat) (:bio) +###### [reader](b76c) `get-bio` (private-chat) (:bio) -###### [reader](d36e) `get-first-name` (private-chat) (:first-name) +###### [reader](6b6d) `get-first-name` (private-chat) (:first-name) -###### [reader](7332) `get-has-private-forwards` (private-chat) (:has-private-forwards) +###### [reader](1a8d) `get-has-private-forwards` (private-chat) (:has-private-forwards) -###### [reader](130b) `get-last-name` (private-chat) (:last-name) +###### [reader](8c65) `get-last-name` (private-chat) (:last-name) @@ -359,29 +359,29 @@ Called when user clicks callback button. Second argument is an object of `CALLBA -###### [class](13da) `super-group` (base-group) +###### [class](e8be) `super-group` (base-group) **Readers** -###### [reader](86d6) `get-can-set-sticker-set` (super-group) (:can-set-sticker-set) +###### [reader](2807) `get-can-set-sticker-set` (super-group) (:can-set-sticker-set) -###### [reader](b210) `get-join-by-request` (super-group) (:join-by-request) +###### [reader](79c0) `get-join-by-request` (super-group) (:join-by-request) -###### [reader](03ef) `get-join-to-send-messages` (super-group) (:join-to-send-messages) +###### [reader](8d78) `get-join-to-send-messages` (super-group) (:join-to-send-messages) -###### [reader](d1eb) `get-slow-mode-delay` (super-group) (:slow-mode-delay) +###### [reader](ddc3) `get-slow-mode-delay` (super-group) (:slow-mode-delay) -###### [reader](8c9a) `get-sticker-set-name` (super-group) (:sticker-set-name) +###### [reader](315b) `get-sticker-set-name` (super-group) (:sticker-set-name) @@ -389,103 +389,103 @@ Called when user clicks callback button. Second argument is an object of `CALLBA -##### [function](14e9) `delete-chat-photo` bot-var1 chat +##### [function](e8ed) `delete-chat-photo` bot-var1 chat https://core.telegram.org/bots/api#deletechatphoto -##### [function](412a) `export-chat-invite-link` bot-var1 chat +##### [function](aa79) `export-chat-invite-link` bot-var1 chat https://core.telegram.org/bots/api#exportchatinvitelink -##### [function](9f78) `get-chat-administrators` bot-var1 chat +##### [function](905e) `get-chat-administrators` bot-var1 chat https://core.telegram.org/bots/api#getchatadministrators -##### [function](4ab2) `get-chat-by-id` bot-var1 chat-id +##### [function](0b6d) `get-chat-by-id` bot-var1 chat-id https://core.telegram.org/bots/api#getchat -##### [function](0f6c) `get-chat-member` bot-var1 chat user-id +##### [function](469a) `get-chat-member` bot-var1 chat user-id https://core.telegram.org/bots/api#getchatmember -##### [function](e699) `get-chat-members-count` bot-var1 chat +##### [function](bdd6) `get-chat-members-count` bot-var1 chat https://core.telegram.org/bots/api#getchatmemberscount -##### [function](4a1a) `kick-chat-member` bot-var1 chat user-id until-date +##### [function](f22b) `kick-chat-member` bot-var1 chat user-id until-date https://core.telegram.org/bots/api#kickchatmember -##### [function](4e19) `leave-chat` bot-var1 chat +##### [function](7d1f) `leave-chat` bot-var1 chat https://core.telegram.org/bots/api#leavechat -##### [function](30d9) `pin-chat-message` bot-var1 chat message-id disable-notification +##### [function](0e8e) `pin-chat-message` bot-var1 chat message-id disable-notification https://core.telegram.org/bots/api#pinchatmessage -##### [function](5d55) `promote-chat-member` bot-var1 chat user-id can-change-info can-post-messages can-edit-messages can-delete-messages can-invite-users can-restrict-members can-pin-messages can-promote-members +##### [function](facd) `promote-chat-member` bot-var1 chat user-id can-change-info can-post-messages can-edit-messages can-delete-messages can-invite-users can-restrict-members can-pin-messages can-promote-members https://core.telegram.org/bots/api#promotechatmember -##### [function](81e0) `restrict-chat-member` bot-var1 chat user-id until-date can-send-messages can-send-media-messages can-send-other-messages can-add-web-page-previews +##### [function](139f) `restrict-chat-member` bot-var1 chat user-id until-date can-send-messages can-send-media-messages can-send-other-messages can-add-web-page-previews https://core.telegram.org/bots/api#restrictchatmember -##### [function](3913) `send-chat-action` bot-var1 chat action +##### [function](11f4) `send-chat-action` bot-var1 chat action https://core.telegram.org/bots/api#sendchataction -##### [function](1483) `set-chat-description` bot-var1 chat description +##### [function](1403) `set-chat-description` bot-var1 chat description https://core.telegram.org/bots/api#setchatdescription -##### [function](4c1b) `set-chat-photo` bot-var1 chat photo +##### [function](80ea) `set-chat-photo` bot-var1 chat photo https://core.telegram.org/bots/api#setchatphoto -##### [function](af6a) `set-chat-title` bot-var1 chat title +##### [function](32e3) `set-chat-title` bot-var1 chat title https://core.telegram.org/bots/api#setchattitle -##### [function](fc37) `unban-chat-member` bot-var1 chat user-id +##### [function](8eec) `unban-chat-member` bot-var1 chat user-id https://core.telegram.org/bots/api#unbanchatmember -##### [function](2163) `unpin-chat-message` bot-var1 chat +##### [function](0e36) `unpin-chat-message` bot-var1 chat https://core.telegram.org/bots/api#unpinchatmessage @@ -495,7 +495,7 @@ https://core.telegram.org/bots/api#unpinchatmessage -#### [package](d782) `cl-telegram-bot/core` +#### [package](6b7a) `cl-telegram-bot/core` @@ -507,7 +507,7 @@ https://core.telegram.org/bots/api#unpinchatmessage -###### [class](dcb2) `reply` (response-with-text) +###### [class](93c4) `reply` (response-with-text) @@ -515,7 +515,7 @@ https://core.telegram.org/bots/api#unpinchatmessage -##### [generic-function](2cf7) `on-command` bot command rest-text +##### [generic-function](620e) `on-command` bot command rest-text This method will be called for each command. First argument is a keyword. If user input was /save_note, then @@ -525,7 +525,7 @@ By default, logs call and does nothing. -##### [generic-function](bfe2) `on-message` bot text +##### [generic-function](0a3f) `on-message` bot text This method gets called with raw text from the message. By default it does nothing. @@ -536,18 +536,18 @@ By default it does nothing. -##### [function](b5fb) `reply` text &rest args &key parse-mode disable-web-page-preview disable-notification reply-to-message-id reply-markup (immediately t) +##### [function](0029) `reply` text &rest args &key parse-mode disable-web-page-preview disable-notification reply-to-message-id reply-markup (immediately t) Works like a [`send-message`][38a1], but only when an incoming message is processed. Automatically sends reply to a chat from where current message came from. -##### [function](2c1e) `start-processing` BOT &KEY DEBUG (DELAY-BETWEEN-RETRIES 10) (THREAD-NAME "telegram-bot") +##### [function](2385) `start-processing` BOT &KEY DEBUG (DELAY-BETWEEN-RETRIES 10) (THREAD-NAME "telegram-bot") -##### [function](b1b2) `stop-processing` bot +##### [function](e95e) `stop-processing` bot @@ -555,7 +555,7 @@ Automatically sends reply to a chat from where current message came from. -##### [macro](5336) `defbot` name +##### [macro](cce0) `defbot` name @@ -563,7 +563,7 @@ Automatically sends reply to a chat from where current message came from. -#### [package](ed5e) `cl-telegram-bot/entities/command` +#### [package](769c) `cl-telegram-bot/entities/command` @@ -575,17 +575,17 @@ Automatically sends reply to a chat from where current message came from. -###### [class](c159) `bot-command` (entity) +###### [class](3367) `bot-command` (entity) **Readers** -###### [reader](da22) `get-command` (bot-command) (:command) +###### [reader](bd97) `get-command` (bot-command) (:command) -###### [reader](5350) `get-rest-text` (bot-command) (:rest-text) +###### [reader](f5bd) `get-rest-text` (bot-command) (:rest-text) @@ -593,7 +593,7 @@ Automatically sends reply to a chat from where current message came from. -##### [generic-function](2cf7) `on-command` bot command rest-text +##### [generic-function](620e) `on-command` bot command rest-text This method will be called for each command. First argument is a keyword. If user input was /save_note, then @@ -607,7 +607,7 @@ By default, logs call and does nothing. -#### [package](71de) `cl-telegram-bot/entities/core` +#### [package](e8b5) `cl-telegram-bot/entities/core` @@ -615,7 +615,7 @@ By default, logs call and does nothing. -##### [generic-function](8a1a) `make-entity-internal` entity-type payload data +##### [generic-function](6a05) `make-entity-internal` entity-type payload data Extendable protocol to support entities of different kinds. First argument is a keyword, denoting a type of the entity. @@ -628,7 +628,7 @@ And data is a plist with data, describing the entity. -##### [function](c646) `make-entity` payload data +##### [function](eb42) `make-entity` payload data @@ -636,7 +636,7 @@ And data is a plist with data, describing the entity. -#### [package](5eca) `cl-telegram-bot/inline-keyboard` +#### [package](b6c5) `cl-telegram-bot/inline-keyboard` @@ -648,13 +648,13 @@ And data is a plist with data, describing the entity. -###### [class](b510) `callback-button` (inline-keyboard-button) +###### [class](bd0d) `callback-button` (inline-keyboard-button) **Readers** -###### [reader](5c83) `callback-button-data` (callback-button) (:data) +###### [reader](94f5) `callback-button-data` (callback-button) (:data) @@ -662,7 +662,7 @@ And data is a plist with data, describing the entity. -###### [class](2fc9) `inline-keyboard-button` () +###### [class](a93f) `inline-keyboard-button` () Base class for all inline keyboard buttons. @@ -672,7 +672,7 @@ Base class for all inline keyboard buttons. -###### [reader](b81a) `button-text` (inline-keyboard-button) (:text) +###### [reader](8976) `button-text` (inline-keyboard-button) (:text) @@ -680,7 +680,7 @@ Base class for all inline keyboard buttons. -###### [class](c488) `inline-keyboard` () +###### [class](8fa6) `inline-keyboard` () Represents an inline keyboard as specified in `API` https://core.telegram.org/bots/api#inlinekeyboardmarkup. @@ -688,7 +688,7 @@ Represents an inline keyboard as specified in `API` https://core.telegram.org/bo -###### [reader](fa16) `keyboard-rows` (inline-keyboard) (:rows = nil) +###### [reader](271a) `keyboard-rows` (inline-keyboard) (:rows = nil) @@ -696,13 +696,13 @@ Represents an inline keyboard as specified in `API` https://core.telegram.org/bo -###### [class](c410) `url-button` (inline-keyboard-button) +###### [class](60d8) `url-button` (inline-keyboard-button) **Readers** -###### [reader](98ec) `button-url` (url-button) (:data) +###### [reader](7005) `button-url` (url-button) (:data) @@ -710,19 +710,19 @@ Represents an inline keyboard as specified in `API` https://core.telegram.org/bo -##### [function](31e8) `answer-callback-query` bot callback &key text show-alert url +##### [function](51ba) `answer-callback-query` bot callback &key text show-alert url https://core.telegram.org/bots/api#answercallbackquery -##### [function](22e5) `callback-button` text data +##### [function](afe5) `callback-button` text data Creates a button which will call a callback. -##### [function](2ae3) `inline-keyboard` rows +##### [function](f7cf) `inline-keyboard` rows Returns an inline keyboard which can be passed to `cl-telegram-bot/response:reply` ([`1`][0d9a] [`2`][9ce6]) as `REPLY-MARKUP` argument. @@ -732,7 +732,7 @@ object of this class. In latter case, such row will have only one button. -##### [function](3f0b) `url-button` text url +##### [function](40cc) `url-button` text url Creates a button which will open an url. @@ -742,7 +742,7 @@ Creates a button which will open an url. -#### [package](f1e3) `cl-telegram-bot/markup` +#### [package](3abd) `cl-telegram-bot/markup` @@ -750,7 +750,7 @@ Creates a button which will open an url. -##### [generic-function](24e9) `to-markup` obj +##### [generic-function](ad51) `to-markup` obj Transforms object into markup of Telegram `API`. @@ -763,7 +763,7 @@ in terms of Telegram `API`. -#### [package](35b0) `cl-telegram-bot/message` +#### [package](1672) `cl-telegram-bot/message` @@ -775,7 +775,7 @@ in terms of Telegram `API`. -###### [class](81c0) `animation-message` (file-message) +###### [class](59fb) `animation-message` (file-message) @@ -783,7 +783,7 @@ in terms of Telegram `API`. -###### [class](1b69) `animation` (file temporal spatial) +###### [class](1826) `animation` (file temporal spatial) @@ -791,7 +791,7 @@ in terms of Telegram `API`. -###### [class](df39) `audio-message` (file-message) +###### [class](f2e3) `audio-message` (file-message) @@ -799,19 +799,19 @@ in terms of Telegram `API`. -###### [class](4cf5) `audio` (file temporal) +###### [class](de9f) `audio` (file temporal) **Readers** -###### [reader](f020) `get-performer` (audio) (:performer) +###### [reader](aca5) `get-performer` (audio) (:performer) Performer of the audio as defined by sender or by audio tags. -###### [reader](6796) `get-title` (audio) (:title) +###### [reader](3e1f) `get-title` (audio) (:title) Title of the audio as defined by sender or by audio tags. @@ -821,7 +821,7 @@ Title of the audio as defined by sender or by audio tags. -###### [class](1295) `document-message` (file-message) +###### [class](0523) `document-message` (file-message) @@ -829,7 +829,7 @@ Title of the audio as defined by sender or by audio tags. -###### [class](a890) `document` (file) +###### [class](b82f) `document` (file) @@ -837,13 +837,13 @@ Title of the audio as defined by sender or by audio tags. -###### [class](1592) `file-message` (message) +###### [class](f075) `file-message` (message) **Readers** -###### [reader](e6be) `get-file` (file-message) (:file) +###### [reader](2ec9) `get-file` (file-message) (:file) @@ -851,31 +851,31 @@ Title of the audio as defined by sender or by audio tags. -###### [class](b41e) `file` () +###### [class](2fb8) `file` () **Readers** -###### [reader](d3d2) `get-file-id` (file) (:file-id) +###### [reader](e88b) `get-file-id` (file) (:file-id) Identifier for this file, which can be used to download or reuse the file. -###### [reader](5669) `get-file-name` (file) (:file-name) +###### [reader](6399) `get-file-name` (file) (:file-name) Original filename as defined by sender. -###### [reader](9838) `get-file-size` (file) (:file-size) +###### [reader](7887) `get-file-size` (file) (:file-size) File size in bytes. -###### [reader](f9a4) `get-file-unique-id` (file) (:file-unique-id) +###### [reader](fabb) `get-file-unique-id` (file) (:file-unique-id) Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse @@ -883,7 +883,7 @@ the file. -###### [reader](afa0) `get-mime-type` (file) (:mime-type) +###### [reader](c579) `get-mime-type` (file) (:mime-type) `MIME` type of the file as defined by sender. @@ -893,54 +893,54 @@ the file. -###### [class](1962) `message` () +###### [class](a17b) `message` () **Readers** -###### [reader](0093) `get-caption` (message) (:caption) +###### [reader](8cc1) `get-caption` (message) (:caption) Caption for the animation, audio, document, photo, video or voice. -###### [reader](ab29) `get-chat` (message) (:chat) +###### [reader](3727) `get-chat` (message) (:chat) -###### [reader](0349) `get-entities` (message) (:entities = nil) +###### [reader](e8a7) `get-entities` (message) (:entities = nil) -###### [reader](690e) `get-forward-from` (message) (:forward-from) +###### [reader](bf5b) `get-forward-from` (message) (:forward-from) For forwarded messages, sender of the original message. -###### [reader](55ba) `get-forward-from-chat` (message) (:forward-from-chat) +###### [reader](d656) `get-forward-from-chat` (message) (:forward-from-chat) For messages forwarded from channels or from anonymous administrators, information about the original sender chat. -###### [reader](566f) `get-forward-sender-name` (message) (:forward-sender-name) +###### [reader](2e8f) `get-forward-sender-name` (message) (:forward-sender-name) For forwarded messages, sender of the original message. -###### [reader](e92b) `get-message-id` (message) (:id) +###### [reader](2723) `get-message-id` (message) (:id) -###### [reader](f899) `get-raw-data` (message) (:raw-data) +###### [reader](4b71) `get-raw-data` (message) (:raw-data) -###### [reader](a2dd) `get-text` (message) (:text) +###### [reader](a685) `get-text` (message) (:text) @@ -948,13 +948,13 @@ For forwarded messages, sender of the original message. -###### [class](5cc4) `photo-message` (file-message) +###### [class](c8c2) `photo-message` (file-message) **Readers** -###### [reader](6096) `get-photo-options` (photo-message) (:photo-options) +###### [reader](07ba) `get-photo-options` (photo-message) (:photo-options) @@ -962,7 +962,7 @@ For forwarded messages, sender of the original message. -###### [class](7818) `photo` (file spatial) +###### [class](61f7) `photo` (file spatial) @@ -970,13 +970,13 @@ For forwarded messages, sender of the original message. -###### [class](11e4) `reply` (message) +###### [class](f87a) `reply` (message) **Readers** -###### [reader](d4ec) `get-reply-to-message` (reply) (:reply-to-message) +###### [reader](9ba8) `get-reply-to-message` (reply) (:reply-to-message) @@ -984,19 +984,19 @@ For forwarded messages, sender of the original message. -###### [class](2984) `spatial` () +###### [class](0963) `spatial` () **Readers** -###### [reader](49d7) `get-height` (spatial) (:height) +###### [reader](e9fb) `get-height` (spatial) (:height) File height as defined by sender. -###### [reader](1180) `get-width` (spatial) (:width) +###### [reader](7158) `get-width` (spatial) (:width) File width as defined by sender. @@ -1006,7 +1006,7 @@ File width as defined by sender. -###### [class](1d81) `sticker-message` (file-message) +###### [class](9fc8) `sticker-message` (file-message) @@ -1014,31 +1014,31 @@ File width as defined by sender. -###### [class](6e4e) `sticker` (file spatial) +###### [class](839e) `sticker` (file spatial) **Readers** -###### [reader](545d) `get-emoji` (sticker) (:emoji) +###### [reader](b37a) `get-emoji` (sticker) (:emoji) Emoji associated with the sticker -###### [reader](3250) `get-is-animated` (sticker) (:is-animated) +###### [reader](408e) `get-is-animated` (sticker) (:is-animated) True if the sticker is animated. -###### [reader](5cce) `get-is-video` (sticker) (:is-video) +###### [reader](1270) `get-is-video` (sticker) (:is-video) True if the sticker is a video sticker. -###### [reader](f9cc) `get-set-name` (sticker) (:set-name) +###### [reader](4d58) `get-set-name` (sticker) (:set-name) Name of the sticker set to which the sticker belongs. @@ -1048,13 +1048,13 @@ Name of the sticker set to which the sticker belongs. -###### [class](b9f2) `temporal` () +###### [class](d3a6) `temporal` () **Readers** -###### [reader](2833) `get-duration` (temporal) (:duration) +###### [reader](d238) `get-duration` (temporal) (:duration) Duration of the file in seconds as defined by sender. @@ -1064,13 +1064,13 @@ Duration of the file in seconds as defined by sender. -###### [class](ff40) `unispatial` () +###### [class](6e32) `unispatial` () **Readers** -###### [reader](6d2a) `get-length` (unispatial) (:length) +###### [reader](48f1) `get-length` (unispatial) (:length) @@ -1078,7 +1078,7 @@ Duration of the file in seconds as defined by sender. -###### [class](c43d) `video-message` (file-message) +###### [class](4102) `video-message` (file-message) @@ -1086,7 +1086,7 @@ Duration of the file in seconds as defined by sender. -###### [class](8ddd) `video-note-message` (file-message) +###### [class](161f) `video-note-message` (file-message) @@ -1094,7 +1094,7 @@ Duration of the file in seconds as defined by sender. -###### [class](19d3) `video-note` (file temporal unispatial) +###### [class](b17d) `video-note` (file temporal unispatial) @@ -1102,7 +1102,7 @@ Duration of the file in seconds as defined by sender. -###### [class](cd62) `video` (file temporal spatial) +###### [class](8015) `video` (file temporal spatial) @@ -1110,7 +1110,7 @@ Duration of the file in seconds as defined by sender. -###### [class](f24a) `voice-message` (file-message) +###### [class](a64e) `voice-message` (file-message) @@ -1118,7 +1118,7 @@ Duration of the file in seconds as defined by sender. -###### [class](b732) `voice` (file temporal) +###### [class](ff19) `voice` (file temporal) @@ -1126,46 +1126,46 @@ Duration of the file in seconds as defined by sender. -##### [generic-function](bfe2) `on-message` bot text +##### [generic-function](0a3f) `on-message` bot text This method gets called with raw text from the message. By default it does nothing. -##### [generic-function](6fd8) `send-animation` bot chat animation &rest options &key caption parse-mode caption-entities duration width height thumb disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup +##### [generic-function](e75a) `send-animation` bot chat animation &rest options &key caption parse-mode caption-entities duration width height thumb disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup Sends animation to a chat. -##### [generic-function](6e87) `send-audio` bot chat audio &rest options &key caption parse-mode caption-entities duration performer title thumb disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup +##### [generic-function](90ee) `send-audio` bot chat audio &rest options &key caption parse-mode caption-entities duration performer title thumb disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup -##### [generic-function](3974) `send-document` bot chat document &rest options &key caption parse-mode caption-entities disable-content-type-detection thumb disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup +##### [generic-function](8eca) `send-document` bot chat document &rest options &key caption parse-mode caption-entities disable-content-type-detection thumb disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup -##### [generic-function](442d) `send-photo` bot chat photo &rest options &key caption parse-mode caption-entities disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup +##### [generic-function](b055) `send-photo` bot chat photo &rest options &key caption parse-mode caption-entities disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup -##### [generic-function](c7b7) `send-sticker` bot chat sticker &rest options &key disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup +##### [generic-function](cf3b) `send-sticker` bot chat sticker &rest options &key disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup A function to send sticker. -##### [generic-function](4efd) `send-video` bot chat video &rest options &key caption parse-mode caption-entities duration width height thumb disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup +##### [generic-function](105b) `send-video` bot chat video &rest options &key caption parse-mode caption-entities duration width height thumb disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup -##### [generic-function](1179) `send-video-note` bot chat video-note &rest options &key caption parse-mode caption-entities duration length thumb disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup +##### [generic-function](e434) `send-video-note` bot chat video-note &rest options &key caption parse-mode caption-entities duration length thumb disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup -##### [generic-function](1a25) `send-voice` bot chat voice &rest options &key caption parse-mode caption-entities duration disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup +##### [generic-function](a99e) `send-voice` bot chat voice &rest options &key caption parse-mode caption-entities duration disable-notification protect-content reply-to-message-id allow-sending-without-reply reply-markup @@ -1173,35 +1173,35 @@ A function to send sticker. -##### [function](36fc) `delete-message` bot chat message +##### [function](a09d) `delete-message` bot chat message https://core.telegram.org/bots/api#deletemessage -##### [function](acd1) `forward-message` bot chat from-chat message &key disable-notification +##### [function](6b80) `forward-message` bot chat from-chat message &key disable-notification https://core.telegram.org/bots/api#forwardmessage -##### [function](fc32) `get-current-chat` +##### [function](cbc3) `get-current-chat` Returns a chat where currently processing message was received. -##### [function](5864) `get-current-message` +##### [function](3db2) `get-current-message` Returns currently processed message. -##### [function](25f4) `make-message` data +##### [function](970b) `make-message` data -##### [function](8011) `send-message` bot chat text &rest options &key parse-mode disable-web-page-preview disable-notification reply-to-message-id reply-markup +##### [function](9fc0) `send-message` bot chat text &rest options &key parse-mode disable-web-page-preview disable-notification reply-to-message-id reply-markup https://core.telegram.org/bots/api#sendmessage @@ -1211,7 +1211,7 @@ https://core.telegram.org/bots/api#sendmessage -#### [package](a3d8) `cl-telegram-bot/network` +#### [package](462b) `cl-telegram-bot/network` @@ -1223,13 +1223,13 @@ https://core.telegram.org/bots/api#sendmessage -###### [condition](9f89) `request-error` (error) +###### [condition](39b5) `request-error` (error) **Readers** -###### [reader](9f89) `what` (request-error) (:what) +###### [reader](39b5) `what` (request-error) (:what) @@ -1237,13 +1237,13 @@ https://core.telegram.org/bots/api#sendmessage -##### [function](2d78) `make-request` bot name &rest options &key (streamp nil) (timeout 3) &allow-other-keys +##### [function](06f9) `make-request` bot name &rest options &key (streamp nil) (timeout 3) &allow-other-keys Perform `HTTP` request to 'name `API` method with 'options `JSON`-encoded object. -##### [function](87cb) `set-proxy` proxy +##### [function](cef9) `set-proxy` proxy @@ -1251,7 +1251,7 @@ Perform `HTTP` request to 'name `API` method with 'options `JSON`-encoded object -#### [package](0bbf) `cl-telegram-bot/pipeline` +#### [package](9aa1) `cl-telegram-bot/pipeline` @@ -1259,7 +1259,7 @@ Perform `HTTP` request to 'name `API` method with 'options `JSON`-encoded object -##### [generic-function](b72e) `process` bot object +##### [generic-function](0758) `process` bot object This method is called by when processing a single update. It is called multiple times on different parts of an update. @@ -1277,7 +1277,7 @@ For each update we call: -#### [package](f1df) `cl-telegram-bot/response` +#### [package](f54b) `cl-telegram-bot/response` @@ -1289,7 +1289,7 @@ For each update we call: -###### [class](deba) `alert` (response-with-text) +###### [class](9c0b) `alert` (response-with-text) @@ -1297,7 +1297,7 @@ For each update we call: -###### [class](38d3) `notify` (response-with-text) +###### [class](1280) `notify` (response-with-text) @@ -1305,13 +1305,13 @@ For each update we call: -###### [class](1397) `open-url` (response) +###### [class](1824) `open-url` (response) **Readers** -###### [reader](9d8b) `url-to-open` (open-url) (:text) +###### [reader](851f) `url-to-open` (open-url) (:text) @@ -1319,7 +1319,7 @@ For each update we call: -###### [class](dcb2) `reply` (response-with-text) +###### [class](93c4) `reply` (response-with-text) @@ -1327,13 +1327,13 @@ For each update we call: -###### [class](1fa1) `response-with-text` (response) +###### [class](56b3) `response-with-text` (response) **Readers** -###### [reader](d389) `response-text` (response-with-text) (:text) +###### [reader](df64) `response-text` (response-with-text) (:text) @@ -1341,13 +1341,13 @@ For each update we call: -###### [class](7c0c) `response` () +###### [class](954c) `response` () **Readers** -###### [reader](edd2) `rest-args` (response) (:args) +###### [reader](8d21) `rest-args` (response) (:args) @@ -1355,28 +1355,28 @@ For each update we call: -##### [function](0b8b) `alert` text +##### [function](eab2) `alert` text Works like a [`send-message`][38a1], but only when an incoming message is processed. Automatically sends reply to a chat from where current message came from. -##### [function](1210) `notify` text +##### [function](092c) `notify` text Works like a [`send-message`][38a1], but only when an incoming message is processed. Automatically sends reply to a chat from where current message came from. -##### [function](bfdf) `open-url` url +##### [function](6f86) `open-url` url Works like a [`send-message`][38a1], but only when an incoming message is processed. Automatically sends reply to a chat from where current message came from. -##### [function](b5fb) `reply` text &rest args &key parse-mode disable-web-page-preview disable-notification reply-to-message-id reply-markup (immediately t) +##### [function](0029) `reply` text &rest args &key parse-mode disable-web-page-preview disable-notification reply-to-message-id reply-markup (immediately t) Works like a [`send-message`][38a1], but only when an incoming message is processed. Automatically sends reply to a chat from where current message came from. @@ -1387,7 +1387,7 @@ Automatically sends reply to a chat from where current message came from. -#### [package](831c) `cl-telegram-bot/response-processing` +#### [package](9e38) `cl-telegram-bot/response-processing` @@ -1399,7 +1399,7 @@ Automatically sends reply to a chat from where current message came from. -###### [condition](acec) `interrupt-processing` () +###### [condition](5a91) `interrupt-processing` () @@ -1407,7 +1407,7 @@ Automatically sends reply to a chat from where current message came from. -##### [generic-function](0e63) `process-response` bot message response +##### [generic-function](ba8d) `process-response` bot message response Processes immediate responses of different types. @@ -1417,7 +1417,7 @@ Processes immediate responses of different types. -##### [function](2b45) `interrupt-processing` +##### [function](b5e7) `interrupt-processing` @@ -1425,7 +1425,7 @@ Processes immediate responses of different types. -#### [package](ce6a) `cl-telegram-bot/update` +#### [package](3f15) `cl-telegram-bot/update` @@ -1437,21 +1437,21 @@ Processes immediate responses of different types. -###### [class](e17e) `update` () +###### [class](72ad) `update` () **Readers** -###### [reader](a388) `get-payload` (update) (:payload) +###### [reader](5113) `get-payload` (update) (:payload) -###### [reader](af26) `get-raw-data` (update) (:raw-data) +###### [reader](70ac) `get-raw-data` (update) (:raw-data) -###### [reader](72a7) `get-update-id` (update) (:id) +###### [reader](29b4) `get-update-id` (update) (:id) @@ -1459,7 +1459,7 @@ Processes immediate responses of different types. -##### [generic-function](4edc) `process-updates` bot +##### [generic-function](c5b1) `process-updates` bot By default, this method starts an infinite loop and fetching new updates using long polling. @@ -1469,7 +1469,7 @@ By default, this method starts an infinite loop and fetching new updates using l -##### [function](afef) `make-update` data +##### [function](e6ba) `make-update` data @@ -1477,7 +1477,7 @@ By default, this method starts an infinite loop and fetching new updates using l -#### [package](65ea) `cl-telegram-bot/utils` +#### [package](961c) `cl-telegram-bot/utils` @@ -1485,11 +1485,11 @@ By default, this method starts an infinite loop and fetching new updates using l -##### [function](f3b1) `make-keyword` text +##### [function](881e) `make-keyword` text -##### [function](80ad) `obfuscate` url +##### [function](aa03) `obfuscate` url @@ -1509,187 +1509,187 @@ By default, this method starts an infinite loop and fetching new updates using l [0d9a]: https://40ants.com/cl-telegram-bot/#x-28CL-TELEGRAM-BOT-2FRESPONSE-3AREPLY-20FUNCTION-29 [53d1]: https://github.com/40ants/cl-telegram-bot [7bb5]: https://github.com/40ants/cl-telegram-bot/actions -[17dc]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/bot.lisp#L1 -[5d69]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/bot.lisp#L19 -[831d]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/bot.lisp#L20 -[9260]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/bot.lisp#L24 -[8fdb]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/bot.lisp#L29 -[71ac]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/bot.lisp#L33 -[5877]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/bot.lisp#L37 -[f4c9]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/bot.lisp#L42 -[f22d]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/bot.lisp#L47 -[5336]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/bot.lisp#L55 -[18ae]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/callback.lisp#L1 -[de85]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/callback.lisp#L27 -[2300]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/callback.lisp#L28 -[b4d5]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/callback.lisp#L31 -[c2c2]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/callback.lisp#L34 -[ee3d]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/callback.lisp#L39 -[f9d2]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/callback.lisp#L46 -[9df5]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/callback.lisp#L76 -[c10c]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L1 -[c4a2]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L111 -[13da]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L115 -[03ef]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L116 -[b210]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L118 -[d1eb]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L120 -[8c9a]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L122 -[86d6]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L124 -[4da8]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L127 -[4ab2]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L157 -[4a1a]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L163 -[fc37]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L167 -[81e0]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L171 -[5d55]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L181 -[412a]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L194 -[4c1b]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L198 -[14e9]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L202 -[af6a]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L206 -[1483]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L210 -[30d9]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L214 -[2163]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L218 -[4e19]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L222 -[9f78]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L226 -[e699]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L230 -[0f6c]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L234 -[3913]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L238 -[b3fb]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L54 -[03ac]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L55 -[ea41]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L57 -[035b]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L59 -[1b05]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L61 -[2158]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L63 -[8761]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L83 -[d36e]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L84 -[130b]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L86 -[aed9]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L88 -[7332]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/chat.lisp#L90 -[d782]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/core.lisp#L1 -[2c1e]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/core.lisp#L37 -[b1b2]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/core.lisp#L72 -[ed5e]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/entities/command.lisp#L1 -[c159]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/entities/command.lisp#L36 -[da22]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/entities/command.lisp#L37 -[5350]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/entities/command.lisp#L40 -[2cf7]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/entities/command.lisp#L63 -[71de]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/entities/core.lisp#L1 -[8a1a]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/entities/core.lisp#L23 -[c646]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/entities/core.lisp#L36 -[5eca]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L1 -[c488]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L23 -[fa16]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L24 -[2fc9]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L31 -[b81a]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L32 -[b510]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L40 -[5c83]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L41 -[c410]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L46 -[98ec]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L47 -[2ae3]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L52 -[22e5]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L62 -[3f0b]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L67 -[31e8]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/inline-keyboard.lisp#L73 -[f1e3]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/markup.lisp#L1 -[24e9]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/markup.lisp#L7 -[35b0]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L1 -[a2dd]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L101 -[0093]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L105 -[ab29]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L109 -[0349]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L112 -[f899]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L116 -[690e]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L118 -[566f]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L122 -[55ba]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L126 -[b9f2]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L148 -[2833]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L149 -[2984]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L155 -[49d7]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L156 -[1180]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L161 -[ff40]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L167 -[6d2a]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L168 -[b41e]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L173 -[d3d2]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L174 -[f9a4]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L179 -[5669]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L186 -[9838]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L191 -[afa0]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L196 -[7818]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L202 -[4cf5]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L204 -[f020]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L205 -[6796]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L210 -[1b69]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L216 -[a890]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L218 -[cd62]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L220 -[19d3]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L222 -[b732]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L224 -[6e4e]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L227 -[3250]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L228 -[5cce]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L232 -[545d]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L236 -[f9cc]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L240 -[1592]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L257 -[e6be]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L258 -[df39]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L270 -[1295]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L272 -[81c0]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L274 -[5cc4]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L276 -[6096]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L277 -[1d81]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L287 -[c43d]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L289 -[8ddd]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L291 -[f24a]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L293 -[11e4]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L296 -[d4ec]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L297 -[25f4]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L307 -[8011]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L336 -[442d]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L355 -[6e87]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L415 -[3974]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L458 -[4efd]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L501 -[6fd8]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L544 -[1179]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L567 -[1a25]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L610 -[c7b7]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L653 -[acd1]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L711 -[36fc]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L755 -[bfe2]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L762 -[5864]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L798 -[fc32]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L805 -[1962]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L98 -[e92b]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/message.lisp#L99 -[a3d8]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/network.lisp#L1 -[87cb]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/network.lisp#L19 -[9f89]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/network.lisp#L22 -[2d78]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/network.lisp#L29 -[0bbf]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/pipeline.lisp#L1 -[b72e]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/pipeline.lisp#L8 -[831c]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response-processing.lisp#L1 -[0e63]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response-processing.lisp#L12 -[2b45]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response-processing.lisp#L16 -[acec]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response-processing.lisp#L8 -[f1df]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L1 -[0b8b]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L110 -[bfdf]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L124 -[7c0c]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L31 -[edd2]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L32 -[1fa1]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L37 -[d389]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L38 -[dcb2]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L42 -[38d3]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L46 -[deba]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L50 -[1397]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L54 -[9d8b]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L55 -[b5fb]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L61 -[1210]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/response.lisp#L96 -[ce6a]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/update.lisp#L1 -[e17e]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/update.lisp#L25 -[72a7]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/update.lisp#L26 -[a388]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/update.lisp#L28 -[af26]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/update.lisp#L30 -[afef]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/update.lisp#L38 -[4edc]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/update.lisp#L97 -[65ea]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/utils.lisp#L1 -[f3b1]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/utils.lisp#L17 -[80ad]: https://github.com/40ants/cl-telegram-bot/blob/e2d25895c103eb8a5140e775ca867bf0430892b6/src/utils.lisp#L24 +[c186]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/bot.lisp#L1 +[0c3b]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/bot.lisp#L19 +[e7ba]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/bot.lisp#L20 +[419d]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/bot.lisp#L24 +[3953]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/bot.lisp#L29 +[4476]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/bot.lisp#L33 +[37ea]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/bot.lisp#L37 +[86e0]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/bot.lisp#L42 +[30e6]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/bot.lisp#L47 +[cce0]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/bot.lisp#L55 +[96f5]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/callback.lisp#L1 +[ea25]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/callback.lisp#L27 +[7a40]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/callback.lisp#L28 +[322a]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/callback.lisp#L31 +[ada7]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/callback.lisp#L34 +[7289]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/callback.lisp#L39 +[a9c2]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/callback.lisp#L46 +[e9df]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/callback.lisp#L76 +[3a02]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L1 +[e783]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L111 +[e8be]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L115 +[8d78]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L116 +[79c0]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L118 +[ddc3]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L120 +[315b]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L122 +[2807]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L124 +[0a0d]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L127 +[0b6d]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L157 +[f22b]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L163 +[8eec]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L167 +[139f]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L171 +[facd]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L181 +[aa79]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L194 +[80ea]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L198 +[e8ed]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L202 +[32e3]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L206 +[1403]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L210 +[0e8e]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L214 +[0e36]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L218 +[7d1f]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L222 +[905e]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L226 +[bdd6]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L230 +[469a]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L234 +[11f4]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L238 +[149d]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L54 +[ebda]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L55 +[6f83]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L57 +[b233]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L59 +[38fa]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L61 +[622d]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L63 +[4fc7]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L83 +[6b6d]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L84 +[8c65]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L86 +[b76c]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L88 +[1a8d]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/chat.lisp#L90 +[6b7a]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/core.lisp#L1 +[2385]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/core.lisp#L37 +[e95e]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/core.lisp#L72 +[769c]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/entities/command.lisp#L1 +[3367]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/entities/command.lisp#L36 +[bd97]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/entities/command.lisp#L37 +[f5bd]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/entities/command.lisp#L40 +[620e]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/entities/command.lisp#L63 +[e8b5]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/entities/core.lisp#L1 +[6a05]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/entities/core.lisp#L23 +[eb42]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/entities/core.lisp#L36 +[b6c5]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L1 +[8fa6]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L23 +[271a]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L24 +[a93f]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L31 +[8976]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L32 +[bd0d]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L40 +[94f5]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L41 +[60d8]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L46 +[7005]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L47 +[f7cf]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L52 +[afe5]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L62 +[40cc]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L67 +[51ba]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/inline-keyboard.lisp#L73 +[3abd]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/markup.lisp#L1 +[ad51]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/markup.lisp#L7 +[1672]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L1 +[a685]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L101 +[8cc1]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L105 +[3727]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L109 +[e8a7]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L112 +[4b71]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L116 +[bf5b]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L118 +[2e8f]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L122 +[d656]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L126 +[d3a6]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L148 +[d238]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L149 +[0963]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L155 +[e9fb]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L156 +[7158]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L161 +[6e32]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L167 +[48f1]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L168 +[2fb8]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L173 +[e88b]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L174 +[fabb]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L179 +[6399]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L186 +[7887]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L191 +[c579]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L196 +[61f7]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L202 +[de9f]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L204 +[aca5]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L205 +[3e1f]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L210 +[1826]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L216 +[b82f]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L218 +[8015]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L220 +[b17d]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L222 +[ff19]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L224 +[839e]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L227 +[408e]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L228 +[1270]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L232 +[b37a]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L236 +[4d58]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L240 +[f075]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L257 +[2ec9]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L258 +[f2e3]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L270 +[0523]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L272 +[59fb]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L274 +[c8c2]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L276 +[07ba]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L277 +[9fc8]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L287 +[4102]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L289 +[161f]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L291 +[a64e]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L293 +[f87a]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L296 +[9ba8]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L297 +[970b]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L307 +[9fc0]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L336 +[b055]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L355 +[90ee]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L415 +[8eca]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L458 +[105b]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L501 +[e75a]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L544 +[e434]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L567 +[a99e]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L610 +[cf3b]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L653 +[6b80]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L711 +[a09d]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L755 +[0a3f]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L762 +[3db2]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L798 +[cbc3]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L805 +[a17b]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L98 +[2723]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/message.lisp#L99 +[462b]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/network.lisp#L1 +[cef9]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/network.lisp#L19 +[39b5]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/network.lisp#L22 +[06f9]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/network.lisp#L29 +[9aa1]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/pipeline.lisp#L1 +[0758]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/pipeline.lisp#L8 +[9e38]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response-processing.lisp#L1 +[ba8d]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response-processing.lisp#L12 +[b5e7]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response-processing.lisp#L16 +[5a91]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response-processing.lisp#L8 +[f54b]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L1 +[eab2]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L110 +[6f86]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L124 +[954c]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L31 +[8d21]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L32 +[56b3]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L37 +[df64]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L38 +[93c4]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L42 +[1280]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L46 +[9c0b]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L50 +[1824]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L54 +[851f]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L55 +[0029]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L61 +[092c]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/response.lisp#L96 +[3f15]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/update.lisp#L1 +[72ad]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/update.lisp#L25 +[29b4]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/update.lisp#L26 +[5113]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/update.lisp#L28 +[70ac]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/update.lisp#L30 +[e6ba]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/update.lisp#L38 +[c5b1]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/update.lisp#L97 +[961c]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/utils.lisp#L1 +[881e]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/utils.lisp#L17 +[aa03]: https://github.com/40ants/cl-telegram-bot/blob/a803015110d172fa18138abecf2bb3ad2e15d7e3/src/utils.lisp#L24 [5798]: https://github.com/40ants/cl-telegram-bot/issues [b588]: https://github.com/sovietspaceship [891d]: https://github.com/svetlyak40wt