Channels constructor
Channels({
- String? channelId,
- bool? isDistinct,
- Metadata? metadata,
- String? type,
- List<
String> ? tags, - bool? isMuted,
- bool? isRateLimited,
- String? muteTimeout,
- int? rateLimit,
- int? rateLimitWindow,
- String? rateLimitTimeout,
- String? displayName,
- bool? messageAutoDeleteEnabled,
- int? autoDeleteMessageByFlagLimit,
- int? memberCount,
- int? messageCount,
- String? lastActivity,
- String? createdAt,
- String? updatedAt,
- String? avatarFileId,
- bool? isDeleted,
Implementation
Channels(
{this.channelId,
this.isDistinct,
this.metadata,
this.type,
this.tags,
this.isMuted,
this.isRateLimited,
this.muteTimeout,
this.rateLimit,
this.rateLimitWindow,
this.rateLimitTimeout,
this.displayName,
this.messageAutoDeleteEnabled,
this.autoDeleteMessageByFlagLimit,
this.memberCount,
this.messageCount,
this.lastActivity,
this.createdAt,
this.updatedAt,
this.avatarFileId,
this.isDeleted});