Appearance
Group Events
Available group events
Event payloads
group.MemberJoined
json
{
"memberId": 2008,
"groupId": 777,
"groupTitle": "Group title"
}memberIdidentifies the member who joined the groupgroupIdidentifies the group that the member has joinedgroupTitletitle of the group that member has joined
group.MemberRequest
json
{
"memberId": 2008,
"groupId": 777,
"groupTitle": "Group title"
}group.MemberLeft
json
{
"memberId": 2008,
"groupId": 777,
"groupTitle": "Group title"
}
