add GatewayResume

This commit is contained in:
bitfl0wer 2023-04-25 23:06:16 +02:00
parent 67eb1e087d
commit 2569fafbbb
1 changed files with 7 additions and 0 deletions

View File

@ -768,3 +768,10 @@ struct ActivityButton {
label: String, label: String,
url: String, url: String,
} }
#[derive(Debug, Deserialize, Serialize)]
struct GatewayResume {
token: String,
session_id: String,
seq: String,
}