chore(doc): implement remainder of documentation

This commit is contained in:
Paul Makles
2022-03-19 18:19:24 +00:00
parent 43c475eabb
commit 8dd9acdb59
54 changed files with 499 additions and 123 deletions

View File

@@ -20,7 +20,7 @@ use crate::util::idempotency::IdempotencyKey;
pub struct DataMessageSend {
/// Unique token to prevent duplicate message sending
///
/// **This is deprecated and replaced by Idempotency-Token!**
/// **This is deprecated and replaced by `Idempotency-Key`!**
nonce: Option<String>,
/// Message content to send