toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.actions.temp.fcast
/
PlayMessage
Play
Message
data
class
PlayMessage
(
val
container
:
String
,
val
url
:
String
?
=
null
,
val
content
:
String
?
=
null
,
val
time
:
Double
?
=
null
,
val
speed
:
Double
?
=
null
,
val
headers
:
Map
<
String
,
String
>
?
=
null
)
(
source
)
Members
Constructors
Play
Message
Link copied to clipboard
constructor
(
container
:
String
,
url
:
String
?
=
null
,
content
:
String
?
=
null
,
time
:
Double
?
=
null
,
speed
:
Double
?
=
null
,
headers
:
Map
<
String
,
String
>
?
=
null
)
Properties
container
Link copied to clipboard
val
container
:
String
content
Link copied to clipboard
val
content
:
String
?
=
null
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
?
=
null
speed
Link copied to clipboard
val
speed
:
Double
?
=
null
time
Link copied to clipboard
val
time
:
Double
?
=
null
url
Link copied to clipboard
val
url
:
String
?
=
null