updateGroupNotice abstract method

Future<ZIMGroupNoticeUpdatedResult> updateGroupNotice(
  1. String groupNotice,
  2. String groupID
)

Available since: 2.1.5 and above.

Description: When a group is created, users can use this method to update the group bulletin.

Use cases: You need to update the group bulletin in the group.

When to call /Trigger: The ZIM instance can be invoked after being created by create and logged in.

Restrictions: Only group members can update the group bulletin. The maximum number of bytes is 300. There is no special character limit.

groupID The group ID of the group announcement that will be updated. groupNotice Pre-updated group announcements.

Implementation

Future<ZIMGroupNoticeUpdatedResult> updateGroupNotice(
    String groupNotice, String groupID);