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 and b, a == b implies that a != b is false.

    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 more

    Declaration

    Swift

    enum EConversationParticipationType