更新群公告时的参数。

interface GroupAnnouncementUpdateParams {
    groupId: string;
    announcement: string;
}

Hierarchy (View Summary)

Properties

groupId: string

群组 ID。

announcement: string

更新后的群公告内容。