1) ? 'assets/images/avatars/group-avatar.png' : (conversationUsers?.length && conversationUsers.length === 1) ? conversationUsers[0].attributes.avatarUrl : ''"
[name]="conversation.attributes?.serviceId ? 'S' : (conversationUsers.length ? conversationUsers[0].attributes.fullName : '')"
[color]="color">
{{'Support' | translate}}-{{conversation.attributes.supportId}}
{{conversation.attributes?.serviceExternalId || conversation.attributes?.serviceId}}
{{conversationUsers | chatConversationNamePipe}}
{{conversationUsers[0].attributes.type}}
{{'No messages yet'}}
{{lastMessageUser?.attributes?.fullName}}: {{lastMessage.attachedMedia?.length ? lastMessage.attachedMedia[0].filename : lastMessage.body}}
{{participantTyping.attributes?.fullName}} typing..
{{conversation.lastMessage?.dateCreated || conversation.dateUpdated | chatConversationTimePipe}}