Documentation

ConversationParticipant
in package

Class ConversationParticipant

Represents a participant in a Canvas conversation. This is a data object with no API endpoints - returned as part of conversation responses.

Table of Contents

Properties

$avatarUrl  : string|null
$fullName  : string|null
$id  : int|null
$name  : string|null

Methods

__construct()  : mixed
ConversationParticipant constructor.

Properties

Methods

__construct()

ConversationParticipant constructor.

public __construct([array<string, mixed> $data = [] ]) : mixed
Parameters
$data : array<string, mixed> = []

        
On this page

Search results