mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 03:43:22 +01:00
f4507bd3d2
The typos were found with `grep`: ```text ; grep -r -P "^ \w{2,}: .+, *$" ./src/types/* ./src/types/dice.rs: emoji: DiceEmoji, ./src/types/dice.rs: value: i32, ./src/types/keyboard_button.rs: contact: Option<True>, ./src/types/keyboard_button.rs: location: Option<True>, ./src/types/keyboard_button.rs: poll: Option<KeyboardButtonPollType>, ./src/types/message.rs: message_auto_delete_timer_changed: MessageAutoDeleteTimerChanged, ./src/types/passport_element_error.rs: message: String, ./src/types/passport_element_error.rs: kind: PassportElementErrorKind, ./src/types/sticker_set.rs: thumb: Option<PhotoSize>, ``` `src/types/keyboard_button.rs` can be ignored since in just contains private helper structure. Fields made public: - `Dice::{emoji, value}` - `MessageMessageAutoDeleteTimerChanged::message_auto_delete_timer_changed` - `PassportElementError::{message, kind}` - `StickerSet::thumb` |
||
---|---|---|
.. | ||
adaptors | ||
bot | ||
net | ||
payloads | ||
requests | ||
serde_multipart | ||
types | ||
adaptors.rs | ||
bot.rs | ||
errors.rs | ||
lib.rs | ||
local_macros.rs | ||
net.rs | ||
payloads.rs | ||
prelude.rs | ||
requests.rs | ||
types.rs |