Namespace PrivMX.Endpoint.Thread.Models
Classes
- Message
Represents a message.
- ServerMessageInfo
Represents server metadata.
- Thread
Represents the Thread.
- ThreadCreatedEvent
Represents the event of type "threadCreated".
This event is emitted when Thread events are subscribed and a new Thread is created.
- ThreadDeletedEvent
Represents the event of type "threadDeleted".
This event is emitted when Thread events are subscribed and a Thread is deleted.
- ThreadDeletedEventData
Represents payload of the ThreadDeletedEvent.
- ThreadDeletedMessageEventData
Represents payload of the ThreadDeletedMessageEvent.
- ThreadMessageDeletedEvent
Represents the event of type "threadMessageDeleted".
This event is emitted when message events are subscribed and a new message is created.
- ThreadMessageUpdatedEvent
Represents the event of type "threadMessageUpdated".
This event is emitted when message events are subscribed and a message is updated.
- ThreadNewMessageEvent
Represents the event of type "threadNewMessage".
This event is emitted when message events are subscribed and a new message is created.
- ThreadStatsChangedEvent
Represents the event of type "threadStatsChanged".
This event is emitted when Thread events are subscribed and statistics of a Thread is changed.
- ThreadStatsEventData
Represent statistics of a Thread.
- ThreadUpdatedEvent
Represents the event of type "threadUpdated".
This event is emitted when Thread events are subscribed and a Thread is updated.