ConversationParticipant
struct ConversationParticipant
An object that represents a participant within a Conversation
-
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
a
andb
,a == b
implies thata != b
isfalse
.Declaration
Swift
static func == (lhs: ConversationParticipant, rhs: ConversationParticipant) -> Bool
Parameters
lhs
A value to compare.
rhs
Another value to compare.
-
Creates a new instance by decoding from the given decoder.
This initializer throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid.
Declaration
Swift
init(from decoder: any Decoder) throws
-
The type of a participant of a conversation
See moreDeclaration
Swift
enum EConversationParticipationType