-
Notifications
You must be signed in to change notification settings - Fork 0
Chat
denvash edited this page Jan 20, 2019
·
1 revision

Data classes related to chat:
Contains all data necessary for user chat in order to display proper name and avatar.
- dbID
- dispayName
- imageUrl
Contains all data necessary for messaging between two users.
- dbID
- author
- date
- msg
Created when two users related to same jesta wants to chat.
- asker
- poster
- jesta