mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Okay, Option<Vec<T>> is weird..)
This commit is contained in:
parent
2ac01496f2
commit
79a6969dee
1 changed files with 1 additions and 1 deletions
|
@ -25,5 +25,5 @@ pub struct InputSticker {
|
|||
|
||||
/// List of 0-20 search keywords for the sticker with total length of up to
|
||||
/// 64 characters. For “regular” and “custom_emoji” stickers only.
|
||||
pub keywords: Option<Vec<String>>,
|
||||
pub keywords: Vec<String>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue