Commit graph

4866 commits

Author SHA1 Message Date
Tima Kinsart
2bd2035758
Merge pull request #1079 from teloxide/update-nightly
Update nightly
2024-07-04 18:03:52 +00:00
Hirrolot
309986301f
Update nightly 2024-07-04 22:59:35 +05:00
arrtchiu
4d7adcd709 update chagelog 2024-06-30 13:23:36 -07:00
arrtchiu
576b14586e use deadpool-redis for pooling (fixes #707) 2024-06-30 13:20:35 -07:00
Сырцев Вадим Игоревич
01b85fe806 Update AnswerInlineQuery 2024-06-15 15:20:03 +03:00
Сырцев Вадим Игоревич
76bd14b814 Add the docs about the ability to specify custom emoji entities using HTML and MarkdownV2 formatting 2024-06-15 15:06:16 +03:00
Сырцев Вадим Игоревич
aa6d659268 Add the field via_chat_folder_invite_link to the ChatMemberUpdated 2024-06-15 15:05:44 +03:00
Сырцев Вадим Игоревич
266dd11ec1 Allow bots to switch to inline mode in a chosen chat of the given type 2024-06-15 15:05:20 +03:00
Сырцев Вадим Игоревич
23aafb6821 Add the field web_app_name to the WriteAccessAllowed 2024-06-15 15:02:10 +03:00
Сырцев Вадим Игоревич
693b5c08e5 Add support for launching Web Apps from inline query results 2024-06-15 15:01:15 +03:00
Сырцев Вадим Игоревич
b7e2f25562 Add the TBA6.7 methods for bot's name manipulation 2024-06-15 12:51:17 +03:00
Сырцев Вадим Игоревич
3ff302a36c Fix tests 2024-06-15 09:43:28 +03:00
Сырцев Вадим Игоревич
e39d9e0478 Remove change repetition from CHANGELOG 2024-06-15 09:36:05 +03:00
Сырцев Вадим Игоревич
79a6969dee Okay, Option<Vec<T>> is weird..) 2024-06-11 20:05:58 +03:00
Сырцев Вадим Игоревич
2ac01496f2 Fix codegen to allow add_sticker_to_set fn to work correctly 2024-06-11 20:05:14 +03:00
Сырцев Вадим Игоревич
787b1de29d Update CHANGELOG.md 2024-06-11 19:30:09 +03:00
Сырцев Вадим Игоревич
e021f68706 Deprecated StickerSet format-related methods 2024-06-11 19:00:31 +03:00
Сырцев Вадим Игоревич
ae306e4fb7 Rename thumb to thumbnail (in missed constructor params) 2024-06-11 18:59:19 +03:00
Сырцев Вадим Игоревич
f883651dbc Add missing thumbnail_mime_type field to InlineQueryResultGif & InlineQueryResultMpeg4Gif 2024-06-11 18:58:10 +03:00
Сырцев Вадим Игоревич
4d703e2dcf Add deprecation for the StickerSet::{format, is_static, is_animated, is_video} 2024-06-11 12:36:38 +03:00
Сырцев Вадим Игоревич
1cca2aaf28 Fix breaking change in TBA 7.2 which removes is_video and is_animated 2024-06-10 14:30:43 +03:00
Сырцев Вадим Игоревич
1952daf5e2 cargo clippy --fix 2024-06-10 07:20:01 +03:00
Сырцев Вадим Игоревич
b6fc42af53 Remove the obsolete reminder 2024-06-10 07:12:00 +03:00
Сырцев Вадим Игоревич
e641baa0a5 Remove weird type from Sticker type 2024-06-09 19:11:44 +03:00
Сырцев Вадим Игоревич
af4af72c2a Fix Sticker and StickerSet with StickerFormatFlags type 2024-06-09 18:32:57 +03:00
Сырцев Вадим Игоревич
c24fdf173e Fix docs for uploadStickerFile method 2024-06-06 18:00:18 +03:00
Сырцев Вадим Игоревич
0bbc789caa Remove future 'format' field from InputSticker 2024-06-06 17:59:48 +03:00
Сырцев Вадим Игоревич
eb1f098302 Fix a bit more typos 2024-06-06 17:23:06 +03:00
Сырцев Вадим Игоревич
89e22a6b6d Fix wrong declaration for the GetMy(Short)Description method 2024-06-06 17:07:22 +03:00
strongtu
b359d7f8a6 let send_message use ChatId 2024-05-17 22:52:44 +08:00
strongtu
703c65c0c2 let send_message use ChatId 2024-05-17 22:39:17 +08:00
strongtu
c6c0378077 send_game needs chat_id by i64 not u32 2024-05-17 20:47:10 +08:00
strongtu
0175a1fcd6 send_game needs chat_id by i64 not u32 2024-05-16 22:25:52 +08:00
Waffle Maybe
bd98ba7e61
Merge pull request #1051 from teloxide/dependabot/cargo/rustls-0.21.11
Bump rustls from 0.21.10 to 0.21.11
2024-04-20 14:17:10 +00:00
dependabot[bot]
8c32c6fb13
Bump rustls from 0.21.10 to 0.21.11
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.10...v/0.21.11)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 19:56:47 +00:00
Waffle Maybe
eacef3b19a
Merge pull request #1049 from teloxide/update-readme
Update README.md
2024-04-17 18:51:41 +00:00
Tima Kinsart
cf7a0bc48c
Update README.md 2024-04-17 23:27:20 +05:00
Waffle Maybe
384811ab4b
Merge pull request #1046 from mhkafadar/fix/typo-in-errors
fix: typo in errors.rs ToMuchMessages
2024-04-12 17:24:00 +00:00
Waffle Maybe
f24d091853
change changelog entry style a bit 2024-04-12 19:20:34 +02:00
Mehmet Hüseyin Kafadar
18db28e977
chore: update CHANGELOG.md 2024-04-12 20:17:15 +03:00
Mehmet Hüseyin Kafadar
1e67ad0212
chore: update CHANGELOG.md 2024-04-12 20:16:36 +03:00
Mehmet Hüseyin Kafadar
d673472fe0
refactor: revert changes to Cargo.lock 2024-04-12 20:11:20 +03:00
Mehmet Hüseyin Kafadar
618f468d99
fix: typo in errors.rs ToMuchMessages 2024-04-12 19:58:08 +03:00
Tima Kinsart
f811061566
Merge pull request #1037 from YouKnow-sys/master
Changed `escape` functions in both html and markdown utils to do less allocations and also be slightly faster
2024-04-10 01:45:11 +00:00
Waffle Maybe
507ebe4008
Merge pull request #1043 from teloxide/dependabot/cargo/lock-67af35db2d
Bump the lock group with 10 updates
2024-04-08 14:05:42 +00:00
Сырцев Вадим Игоревич
0619bd930b
Merge branch 'master' into feature/support-tba-6.6 2024-04-08 14:49:23 +03:00
Tima Kinsart
9f373fbd00
Merge pull request #996 from syrtcevvi/postgres_storage
Postgres storage
2024-04-08 11:36:33 +00:00
Tima Kinsart
53c4109808
Merge branch 'master' into postgres_storage 2024-04-08 16:32:34 +05:00
dependabot[bot]
fd670041dc
Bump the lock group with 10 updates
Bumps the lock group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) | `0.4.0` | `0.5.0` |
| [bitflags](https://github.com/bitflags/bitflags) | `1.3.2` | `2.4.2` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `0.7.20` | `1.1.2` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.10.5` | `0.12.1` |
| [syn](https://github.com/dtolnay/syn) | `1.0.109` | `2.0.52` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.90` | `1.0.91` |
| [crc](https://github.com/mrhooray/crc-rs) | `3.0.1` | `3.2.0` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.2.12` | `0.2.13` |
| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.14` | `1.0.15` |
| [security-framework](https://github.com/kornelski/rust-security-framework) | `2.9.2` | `2.10.0` |


Updates `pretty_env_logger` from 0.4.0 to 0.5.0
- [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.4.0...v0.5.0)

Updates `bitflags` from 1.3.2 to 2.4.2
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.4.2)

Updates `aho-corasick` from 0.7.20 to 1.1.2
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/0.7.20...1.1.2)

Updates `itertools` from 0.10.5 to 0.12.1
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.12.1)

Updates `syn` from 1.0.109 to 2.0.52
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.52)

Updates `cc` from 1.0.90 to 1.0.91
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.90...1.0.91)

Updates `crc` from 3.0.1 to 3.2.0
- [Release notes](https://github.com/mrhooray/crc-rs/releases)
- [Commits](https://github.com/mrhooray/crc-rs/compare/3.0.1...3.2.0)

Updates `getrandom` from 0.2.12 to 0.2.13
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.12...v0.2.13)

Updates `rustversion` from 1.0.14 to 1.0.15
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](https://github.com/dtolnay/rustversion/compare/1.0.14...1.0.15)

Updates `security-framework` from 2.9.2 to 2.10.0
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](https://github.com/kornelski/rust-security-framework/compare/v2.9.2...v2.10.0)

---
updated-dependencies:
- dependency-name: pretty_env_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lock
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: lock
- dependency-name: aho-corasick
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: lock
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lock
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: lock
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: crc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: lock
- dependency-name: getrandom
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: rustversion
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lock
- dependency-name: security-framework
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: lock
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 08:54:36 +00:00
Сырцев Вадим Игоревич
344ace253d Fix missing MultipartRequest for create_new_sticker_set 2024-04-07 18:05:54 +03:00