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
$avatarUrl
public
string|null
$avatarUrl
= null
$fullName
public
string|null
$fullName
= null
$id
public
int|null
$id
= null
$name
public
string|null
$name
= null
Methods
__construct()
ConversationParticipant constructor.
public
__construct([array<string, mixed> $data = [] ]) : mixed
Parameters
- $data : array<string, mixed> = []