onAnnouncementChangedFromGroup property
final
~english Occurs when the announcement is updated. ~end
~chinese 群公告更新回调。 ~end
Implementation
final void Function(
String groupId,
String announcement,
)? onAnnouncementChangedFromGroup;
~english Occurs when the announcement is updated. ~end
~chinese 群公告更新回调。 ~end
final void Function(
String groupId,
String announcement,
)? onAnnouncementChangedFromGroup;