remove all member_added/remove_events

This commit is contained in:
holger krekel
2020-04-19 21:13:08 +02:00
parent 02cda1e611
commit 70c082a1b1
7 changed files with 7 additions and 91 deletions

View File

@@ -4463,23 +4463,6 @@ int64_t dc_lot_get_timestamp (const dc_lot_t* lot);
*/
#define DC_EVENT_SECUREJOIN_JOINER_PROGRESS 2061
/**
* This event is sent for each member that gets added to a (verified or unverified) chat.
*
* @param data1 (int) chat_id
* @param data2 (int) contact_id
*/
#define DC_EVENT_MEMBER_ADDED 2062
/**
* This event is sent for each member that gets removed from a (verified or unverified) chat.
*
* @param data1 (int) chat_id
* @param data2 (int) contact_id
*/
#define DC_EVENT_MEMBER_REMOVED 2063
/**
* @}
*/