getGroupNotifications

suspend fun getGroupNotifications(startSequence: Long? = null, isFiltered: Boolean = false, count: Int = 20): Pair<List<BotGroupNotification>, Long?>(source)

获取群通知列表

Return

群通知列表和下一页起始序列号

Parameters

startSequence

起始通知序列号,为 null 则从最新通知开始获取

isFiltered

是否只获取被过滤的通知(风险账号发起)

count

获取的最大通知数量