QChatUpdateServerMemberInfoParam constructor

QChatUpdateServerMemberInfoParam(
  1. int serverId,
  2. String accid, {
  3. String? nick,
  4. String? avatar,
})

Implementation

QChatUpdateServerMemberInfoParam(this.serverId, this.accid,
    {this.nick, this.avatar});