mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 07:26:35 +01:00
implement group join rejection callback
This commit is contained in:
@@ -134,6 +134,7 @@ struct ToxWindow {
|
||||
void(*onGroupTopicChange)(ToxWindow *, Tox *, int, uint32_t, const char *, uint16_t);
|
||||
void(*onGroupSelfJoin)(ToxWindow *, Tox *, int);
|
||||
void(*onGroupSelfTimeout)(ToxWindow *, Tox *, int);
|
||||
void(*onGroupRejected)(ToxWindow *, Tox *, int, uint8_t);
|
||||
|
||||
#ifdef AUDIO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user