UserPresenceChangedEvent constructor
UserPresenceChangedEvent({})
Returns a new UserPresenceChangedEvent instance.
Implementation
UserPresenceChangedEvent({
required this.createdAt,
this.custom = const {},
this.receivedAt,
this.type = 'user.presence.changed',
required this.user,
});