abstract fun onGroupUpdated(group: Group, groupInfo: GroupInfo): Unit
Performs any actions that could be required when the group information (name or participants) is updated.
group - Group instance.
group
groupInfo - The current group information.
groupInfo