RemoteDeleteRequest
delete a message previously sent
This type can contain the following fields:
field | type | info |
---|---|---|
account |
String | the account to use |
address |
v1.JsonAddress |
the address to send the delete message to. should match address the message to be deleted was sent to. required if group is not set. |
group |
String | the group to send the delete message to. should match group the message to be deleted was sent to. required if address is not set. |
members |
List of v1.JsonAddress |
Optionally set to a sub-set of group members. Ignored if group isn’t specified |
timestamp |
long |