kalium
common
protobuf
/
com.wire.kalium.protobuf.messages
/
Ephemeral
/
Content
Content
sealed
class
Content
<
V
>
Inheritors
Text
Image
Knock
Asset
Location
Members
Types
Asset
Link copied to clipboard
class
Asset
(
asset
:
Asset
)
:
Ephemeral.Content
<
Asset
>
Image
Link copied to clipboard
class
Image
(
image
:
ImageAsset
)
:
Ephemeral.Content
<
ImageAsset
>
Knock
Link copied to clipboard
class
Knock
(
knock
:
Knock
)
:
Ephemeral.Content
<
Knock
>
Location
Link copied to clipboard
class
Location
(
location
:
Location
)
:
Ephemeral.Content
<
Location
>
Text
Link copied to clipboard
class
Text
(
text
:
Text
)
:
Ephemeral.Content
<
Text
>