teloxide/src
2022-04-02 20:59:41 +04:00
..
adaptors Merge pull request #194 from teloxide/chat_id_refactor 2022-04-02 19:11:42 +04:00
bot Use Into<ChatId> in methods 2022-04-02 18:10:47 +04:00
net fix clippy 2022-03-03 02:21:52 +03:00
payloads Use Into<ChatId> in methods 2022-04-02 18:10:47 +04:00
requests Use Into<ChatId> in methods 2022-04-02 18:10:47 +04:00
serde_multipart Make chat id typed (add ChatId) 2022-04-02 18:10:46 +04:00
types Add UserId::{url, is_anonymous, is_channel, is_telegram} functions 2022-04-02 20:59:41 +04:00
adaptors.rs Remove explicit doc(cfg) as it's now implied 2021-10-11 16:58:15 +03:00
bot.rs Add a way for long-running requests to increase network timeout 2022-02-14 19:52:43 +03:00
errors.rs Add NotFound error 2022-03-21 19:10:12 +04:00
lib.rs Merge pull request #194 from teloxide/chat_id_refactor 2022-04-02 19:11:42 +04:00
local_macros.rs Use Into<ChatId> in methods 2022-04-02 18:10:47 +04:00
net.rs Remove redundant settings from default_reqwest_settings 2022-01-19 22:34:12 +03:00
payloads.rs Remove get_updates_fault_tolerant and SemiparsedVec 2021-12-29 21:35:30 +03:00
prelude.rs doc(no_inline) prelude reexports 2021-03-22 10:46:39 +03:00
requests.rs Future proof multipart requests 2021-02-16 17:16:20 +03:00
types.rs Merge pull request #194 from teloxide/chat_id_refactor 2022-04-02 19:11:42 +04:00