class SuperChatEventSnippet extends Model (View source)

Properties

string $amountMicros
string $channelId
string $commentText
string $createdAt
string $currency
string $displayString
bool $isSuperStickerEvent
string $messageType
protected $superStickerMetadataType
protected $superStickerMetadataDataType
protected $supporterDetailsType
protected $supporterDetailsDataType

Methods

setAmountMicros($amountMicros)

No description

string
getAmountMicros()

No description

setChannelId($channelId)

No description

string
getChannelId()

No description

setCommentText($commentText)

No description

string
getCommentText()

No description

setCreatedAt($createdAt)

No description

string
getCreatedAt()

No description

setCurrency($currency)

No description

string
getCurrency()

No description

setDisplayString($displayString)

No description

string
getDisplayString()

No description

setIsSuperStickerEvent($isSuperStickerEvent)

No description

bool
getIsSuperStickerEvent()

No description

setMessageType($messageType)

No description

string
getMessageType()

No description

setSuperStickerMetadata(SuperStickerMetadata $superStickerMetadata)

No description

setSupporterDetails(ChannelProfileDetails $supporterDetails)

No description

Details

setAmountMicros($amountMicros)

No description

Parameters

$amountMicros

string getAmountMicros()

No description

Return Value

string

setChannelId($channelId)

No description

Parameters

$channelId

string getChannelId()

No description

Return Value

string

setCommentText($commentText)

No description

Parameters

$commentText

string getCommentText()

No description

Return Value

string

setCreatedAt($createdAt)

No description

Parameters

$createdAt

string getCreatedAt()

No description

Return Value

string

setCurrency($currency)

No description

Parameters

$currency

string getCurrency()

No description

Return Value

string

setDisplayString($displayString)

No description

Parameters

$displayString

string getDisplayString()

No description

Return Value

string

setIsSuperStickerEvent($isSuperStickerEvent)

No description

Parameters

$isSuperStickerEvent

bool getIsSuperStickerEvent()

No description

Return Value

bool

setMessageType($messageType)

No description

Parameters

$messageType

string getMessageType()

No description

Return Value

string

setSuperStickerMetadata(SuperStickerMetadata $superStickerMetadata)

No description

Parameters

SuperStickerMetadata $superStickerMetadata

SuperStickerMetadata getSuperStickerMetadata()

No description

Return Value

SuperStickerMetadata

setSupporterDetails(ChannelProfileDetails $supporterDetails)

No description

Parameters

ChannelProfileDetails $supporterDetails

ChannelProfileDetails getSupporterDetails()

No description

Return Value

ChannelProfileDetails