MetaPlatformSDK_LivestreamingVideoStats

Inherits: RefCounted

Represents livestreaming video stats.

Description

Represents livestreaming video stats.

Properties

int

comment_count

0

int

reaction_count

0

String

total_views

""


Property Descriptions

int comment_count = 0

  • int get_comment_count ( )

The total number of comments left for your livestream video.


int reaction_count = 0

  • int get_reaction_count ( )

The total number of reactions your livestream video received.


String total_views = ""

  • String get_total_views ( )

The total number of views of your livestream video.