chore(json-rpc): deprecate send_sticker (#8189)

send_sticker is not needed anymore since
https://github.com/chatmail/core/pull/8162/changes/4dbbd4d8e
This commit is contained in:
Nico de Haen
2026-04-28 15:59:51 +02:00
committed by GitHub
parent b806efa096
commit daea820fe5
2 changed files with 2 additions and 1 deletions

View File

@@ -2421,6 +2421,7 @@ impl CommandApi {
chat::resend_msgs(&ctx, &message_ids).await
}
/// @deprecated as of 2026-04; use `send_msg` with `Viewtype::Sticker` instead.
async fn send_sticker(
&self,
account_id: u32,