GroupChannelUnreadItemCount constructor
GroupChannelUnreadItemCount(- {int? groupChannelInvitationCount,
- int? groupChannelUnreadMentionCount,
- int? groupChannelUnreadMessageCount,
- int? superGroupChannelInvitationCount,
- int? superGroupChannelUnreadMentionCount,
- int? superGroupChannelUnreadMessageCount,
- int? nonSuperGroupChannelInvitationCount,
- int? nonSuperGroupChannelUnreadMentionCount,
- int? nonSuperGroupChannelUnreadMessageCount}
)
Implementation
GroupChannelUnreadItemCount({
this.groupChannelInvitationCount,
this.groupChannelUnreadMentionCount,
this.groupChannelUnreadMessageCount,
this.superGroupChannelInvitationCount,
this.superGroupChannelUnreadMentionCount,
this.superGroupChannelUnreadMessageCount,
this.nonSuperGroupChannelInvitationCount,
this.nonSuperGroupChannelUnreadMentionCount,
this.nonSuperGroupChannelUnreadMessageCount,
});