Commit graph

18 commits

Author SHA1 Message Date
Сырцев Вадим Игоревич
c24fdf173e Fix docs for uploadStickerFile method 2024-06-06 18:00:18 +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
Сырцев Вадим Игоревич
a6ae13c72b Rename "thumb" to "thumbnail" in methods 2024-04-04 20:23:28 +03:00
Сырцев Вадим Игоревич
331a1e006a Add TBA 6.6 methods & types for stickers-related functionality 2024-04-04 19:29:33 +03:00
Сырцев Вадим Игоревич
6f7cdd9702 Add TBA 6.6 methods & types for bot's description manipulation 2024-04-04 12:44:20 +03:00
TheAwiteb
3e05086d47
Add the use_independent_chat_permissions field to RestrictChatMember and SetChatPermissions 2024-02-05 04:38:37 +03:00
Lymkwi
21bd325dea Document the behavior of captions for media groups
As discussed in #987, the current behavior of captions regarding media
groups is documented in neither teloxide nor the Telegram API[0]. Users
of the official telegram clients may expect to be able to set what
appears to them as a "global" caption on media groups, when such a thing
does not actually exist in the API, and is just the result of how
official clients render media groups with only one captioned
`InputMedia`.

This commit changes the schema which auto-generates payload types, as
well as introduces the changes induced to the documentation of
`SendMediaGroup`.

Fix #987.

Links:
[0]: https://core.telegram.org/bots/api#sendmediagroup

Signed-off-by: Lymkwi <lymkwi@vulpinecitrus.info>
2024-01-10 16:47:02 +01:00
Desiders
bacd84110e Change setChatTitle title length 2023-11-25 19:21:21 +03:00
TheAwiteb
038ac1f8f2
Fix the type of photo_size,photo_width and photo_height in the send_invoice method
This will fix https://github.com/teloxide/teloxide/issues/935 issue
2023-09-20 13:17:45 +03:00
Maybe Waffle
9c2330897a Use MessageId for reply_to_message_id for some methods that were forgotten 2023-06-05 18:11:23 +04:00
Maybe Waffle
4a041ac4e0 Use ThreadId in methods 2023-06-05 18:11:23 +04:00
Maybe Waffle
ace3eb7958 Fix return type of SetGameScoreInline 2023-05-24 00:41:47 +04:00
Maybe Waffle
33989c7f63 Fix arguments and return types of live location methods 2023-05-24 00:41:47 +04:00
Maybe Waffle
7c2cf65988 fix a link in schema 2023-01-14 20:20:32 +04:00
Maybe Waffle
f624b9a996 TBA 6.4 methods 2023-01-14 20:17:14 +04:00
Maybe Waffle
0dd44fe739 TBA 6.3: methods 2022-12-05 19:25:11 +04:00
Maybe Waffle
71dd29b1ac move teloxide-core to crates/ 2022-11-01 16:33:54 +04:00
Renamed from schema.ron (Browse further)