Implement replying to stories

This commit is contained in:
AsamK 2022-10-30 18:18:21 +01:00
parent fea19c9e20
commit 5ed9db4f08
8 changed files with 54 additions and 6 deletions

View file

@ -127,6 +127,8 @@ async fn main() -> Result<(), anyhow::Error> {
quote_message,
quote_mention,
sticker,
story_timestamp,
story_author,
} => {
client
.send(
@ -143,6 +145,8 @@ async fn main() -> Result<(), anyhow::Error> {
quote_message,
quote_mention,
sticker,
story_timestamp,
story_author,
)
.await
}