mirror of
https://github.com/TeamPiped/piped-rust-sdk.git
synced 2024-08-14 23:56:06 +00:00
Implement search suggestion
This commit is contained in:
parent
1dfe4371e1
commit
4b4fdc2564
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ pub struct Comment {
|
|||
pub struct ChannelSearch {
|
||||
pub items: Vec<ChannelSearchItem>,
|
||||
pub nextpage: Option<String>,
|
||||
pub suggestion: Option<String>,
|
||||
pub corrected: bool,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue