Group Info
data class GroupInfo(var groupID: String, var groupName: String? = null, var avatarURL: String? = null, var groupType: GroupType? = null, var notice: String? = null, var joinOption: GroupJoinOption? = null, var inviteOption: GroupJoinOption? = null, var memberCount: Int? = null, var isAllMuted: Boolean? = null, var groupOwner: String? = null, var selfRole: GroupMemberRole? = null, var receiveMessageOpt: ReceiveMessageOpt? = null, var groupAttributes: Map<String, String>? = null) : Parcelable
Constructors
Link copied to clipboard
constructor(groupID: String, groupName: String? = null, avatarURL: String? = null, groupType: GroupType? = null, notice: String? = null, joinOption: GroupJoinOption? = null, inviteOption: GroupJoinOption? = null, memberCount: Int? = null, isAllMuted: Boolean? = null, groupOwner: String? = null, selfRole: GroupMemberRole? = null, receiveMessageOpt: ReceiveMessageOpt? = null, groupAttributes: Map<String, String>? = null)