UserProfilePhoto
extends BaseComponent
in package
profile photo object
Table of Contents
Properties
- $photo_url : string|null
- $thumbnail_url : string|null
- $fields : array<string|int, string>
Properties
$photo_url
public
string|null
$photo_url
The photo url of the user.
$thumbnail_url
public
string|null
$thumbnail_url
The thumbnail url of the user.
$fields
protected
static array<string|int, string>
$fields
= ["photo_url" => "string", "thumbnail_url" => "string"]