Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 243 Bytes

chat_group.clear.md

File metadata and controls

15 lines (11 loc) · 243 Bytes

Payload

{
  // Required
  id: Id;
}

Action

Every chat_message in the respective chat_group (dedicated by the key id) will be deleted.

Permission

A user needs the permission chat.can_manage to execute this action.