remove_message_by_id
Description:
public void remove_message_by_id (
string id)
Removes the message with the id id from this.
If source_id has a count associated with it, that count will be decreased by one.
Parameters:
| this |
a App
|
| id |
the unique id of msg
|