]>
nmode's Git Repositories - signal-cli/blobdiff - client/src/main.rs
quote_message,
quote_mention,
sticker,
+ story_timestamp,
+ story_author,
} => {
client
.send(
quote_message,
quote_mention,
sticker,
+ story_timestamp,
+ story_author,
)
.await
}
target_author,
target_timestamp,
remove,
+ story,
} => {
client
.send_reaction(
target_author,
target_timestamp,
remove,
+ story,
)
.await
}