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