WolfDispatcher::removeChatMessage
Removes a chat message by its ID from a specified chat.
Signature
protected function removeChatMessage(int
$messageId,
int
$chatId )
Parameters
$messageId— int- The ID of the message to be removed.
$chatId— int- The ID of the chat from which the message will be removed.
Returns
- array