Type alias ChatListItemFetchResult
Chat
List
Item
Fetch
Result
: { kind
: "ChatListItem"; } & { avatarPath
: string | null; color
: string; dmChatContact
: T.U32 | null; freshMessageCounter
: Usize; id
: T.U32; isArchived
: boolean; isBroadcast
: boolean; isContactRequest
: boolean; isDeviceTalk
: boolean; isGroup
: boolean; isMuted
: boolean; isPinned
: boolean; isProtected
: boolean; isSelfInGroup
: boolean; isSelfTalk
: boolean; isSendingLocation
: boolean; lastMessageId
: T.U32 | null; lastMessageType
: Viewtype | null; lastUpdated
: I64 | null; name
: string; summaryPreviewImage
: string | null; summaryStatus
: T.U32; summaryText1
: string; summaryText2
: string; wasSeenRecently
: boolean; } | { kind
: "ArchiveLink"; } & { freshMessageCounter
: Usize; } | { kind
: "Error"; } & { error
: string; id
: T.U32; }