store/event/contact library
Classes
- ChatContactEvent
- Events happening with ChatContact.
- ChatContactEventsVersioned
- ChatContactEvents accompanied by the corresponding ChatContactVersion and ChatContactsListVersion.
- ChatContactsEvents
- ChatContacts list event union.
- ChatContactsEventsEvent
- ChatContactEventsVersioned happening in ChatContacts list.
- ChatContactsEventsInitialized
- Indicator notifying about a GraphQL subscription being successfully initialized.
- EventChatContactCreated
- Event of a new ChatContact being created.
- EventChatContactDeleted
- Event of a ChatContact being deleted.
- EventChatContactEmailAdded
- Event of an UserEmail being added to a ChatContact.
- EventChatContactEmailRemoved
- Event of an UserEmail being removed from a ChatContact.
- EventChatContactFavorited
- Event of a ChatContact being favorited.
- EventChatContactGroupAdded
- Event of a Chat-group being added to the ChatContact.
- EventChatContactGroupRemoved
- Event of a Chat-group being removed from a ChatContact.
- EventChatContactNameUpdated
- Event of a ChatContact's name being updated.
- EventChatContactPhoneAdded
- Event of an UserPhone being added to a ChatContact.
- EventChatContactPhoneRemoved
- Event of an UserPhone being removed from a ChatContact.
- EventChatContactUnfavorited
- Event of a ChatContact being unfavorited.
- EventChatContactUserAdded
- Event of an User being added to a ChatContact.
- EventChatContactUserRemoved
- Event of an User being removed from a ChatContact.
Enums
- ChatContactEventKind
- Possible kinds of a ChatContactEvent.
- ChatContactsEventsKind
- Tag representing a ChatContactsEvents kind.