Skip to content
denvash edited this page Jan 20, 2019 · 1 revision

jesta developer

Chat

Data classes related to chat:

Author

Contains all data necessary for user chat in order to display proper name and avatar.

  • dbID
  • dispayName
  • imageUrl

Message

Contains all data necessary for messaging between two users.

  • dbID
  • author
  • date
  • msg

ChatRoom

Created when two users related to same jesta wants to chat.

  • asker
  • poster
  • jesta

Clone this wiki locally