Properties
avatarThumbnailURL
@property (nonatomic, strong) NSURL *avatarThumbnailURL
avatarURL
@property (nonatomic, strong) NSURL *avatarURL
chatId
@property (nonatomic, strong) NSString *chatId
hasLastMessage
@property (nonatomic, assign) BOOL hasLastMessage
isGroup
YES
if the chat is a group chat.
@property (nonatomic, assign) BOOL isGroup
Declared In
PSHChatDAO.h
lastMessageBody
@property (nonatomic, strong) NSString *lastMessageBody
lastMessageDate
@property (nonatomic, strong) NSDate *lastMessageDate
lastMessageType
@property (nonatomic, assign) PSHChatDAOLastMessageType lastMessageType
numberOfUnreadMessages
@property (nonatomic, assign) NSInteger numberOfUnreadMessages
title
@property (nonatomic, strong) NSString *title