Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • QueueBatchUpdateOptions

Index

Properties

itemList: {}

批量更新元素的key-value对,key/value分别是elementKey和elementValue(elementKey 限制 128, elementValue 限制 4096 字节),一次最多更新100个

Type declaration

  • [key: string]: string
needNotify?: boolean

是否需要发送广播通知,可选参数,不传默认false,当设置为 true 时,所有聊天室成员会收到类型为'updateQueue'的聊天室通知消息。

notifyExtension?: string

通知中的自定义字段,长度限制2048