ConversationExtensions extension

Extension methods on Conversation.

on

Properties

activeParticipantCount int

Available on Conversation, provided by the ConversationExtensions extension

Count of active (online) participants.
no setter
displayName String

Available on Conversation, provided by the ConversationExtensions extension

Display name: conversation name or participant names for direct chats.
no setter
isDirect bool

Available on Conversation, provided by the ConversationExtensions extension

Whether this is a direct (1:1) chat.
no setter
isEphemeral bool

Available on Conversation, provided by the ConversationExtensions extension

Whether this conversation is ephemeral (temporary/expiring).
no setter
isExpired bool

Available on Conversation, provided by the ConversationExtensions extension

Whether this conversation has expired.
no setter
isGroup bool

Available on Conversation, provided by the ConversationExtensions extension

Whether this is a group chat.
no setter
lastActivityLabel String

Available on Conversation, provided by the ConversationExtensions extension

Last activity label: "Active now", "2h ago", "Yesterday"
no setter
otherParticipant Participant?

Available on Conversation, provided by the ConversationExtensions extension

Other participant in direct chat (null for group).
no setter