PresenceUpdateHandler
Signature
export declare class PresenceUpdateHandlerProperties
1Methods
4Properties
presenceUpdate: Map<string, { timeout: NodeJS.Timeout; presence: GatewayPresenceUpdateDispatchData;}>;Methods
check(presence: GatewayPresenceUpdateDispatchData): boolean;setPresence(presence: GatewayPresenceUpdateDispatchData): void;presenceEquals(oldPresence: GatewayPresenceUpdateDispatchData, newPresence: GatewayPresenceUpdateDispatchData): boolean | undefined;activityEquals(oldActivity: GatewayActivity, newActivity: GatewayActivity): boolean;