class LiveChatMessageAuthorDetails extends Model (View source)

Properties

string $channelId
string $channelUrl
string $displayName
bool $isChatModerator
bool $isChatOwner
bool $isChatSponsor
bool $isVerified
string $profileImageUrl

Methods

setChannelId($channelId)

No description

string
getChannelId()

No description

setChannelUrl($channelUrl)

No description

string
getChannelUrl()

No description

setDisplayName($displayName)

No description

string
getDisplayName()

No description

setIsChatModerator($isChatModerator)

No description

bool
getIsChatModerator()

No description

setIsChatOwner($isChatOwner)

No description

bool
getIsChatOwner()

No description

setIsChatSponsor($isChatSponsor)

No description

bool
getIsChatSponsor()

No description

setIsVerified($isVerified)

No description

bool
getIsVerified()

No description

setProfileImageUrl($profileImageUrl)

No description

string
getProfileImageUrl()

No description

Details

setChannelId($channelId)

No description

Parameters

$channelId

string getChannelId()

No description

Return Value

string

setChannelUrl($channelUrl)

No description

Parameters

$channelUrl

string getChannelUrl()

No description

Return Value

string

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setIsChatModerator($isChatModerator)

No description

Parameters

$isChatModerator

bool getIsChatModerator()

No description

Return Value

bool

setIsChatOwner($isChatOwner)

No description

Parameters

$isChatOwner

bool getIsChatOwner()

No description

Return Value

bool

setIsChatSponsor($isChatSponsor)

No description

Parameters

$isChatSponsor

bool getIsChatSponsor()

No description

Return Value

bool

setIsVerified($isVerified)

No description

Parameters

$isVerified

bool getIsVerified()

No description

Return Value

bool

setProfileImageUrl($profileImageUrl)

No description

Parameters

$profileImageUrl

string getProfileImageUrl()

No description

Return Value

string