ChannelEvent class

Represents channel related event

Implemented types
Annotations
  • @JsonSerializable(createToJson: false)

Constructors

ChannelEvent({required ChannelType channelType, required String channelUrl, required ChannelEventCategory category, required Map<String, dynamic> data, int? ts, int? messageOffset})
ChannelEvent.fromJson(Map<String, dynamic> json)
factory

Properties

allowAutoUnhide bool?
no setter
category ChannelEventCategory
final
channelType ChannelType
final
channelUrl String
final
data Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
hiddenState GroupChannelHiddenState
no setter
hidePreviousMessage bool
no setter
invitedAt int
no setter
invitee Member?
no setter
invitees List<Member>
no setter
inviter Member?
no setter
joinedAt int
no setter
joinedMemberCount int
no setter
joinedMembers List<Member>
no setter
memberCount int
no setter
messageOffset int?
final
operators List<Member>
no setter
participantCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ts int?
final
user User?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited