AgoraRtmChannelAttribute constructor

AgoraRtmChannelAttribute(
  1. String? key,
  2. String? value, {
  3. String? userId,
  4. int? updateTs,
})

Implementation

AgoraRtmChannelAttribute(this.key, this.value, {this.userId, this.updateTs});