library
androidJvm
library
/
org.xmtp.android.library.codecs
/
GroupUpdatedCodec
Group
Updated
Codec
data
class
GroupUpdatedCodec
(
var
contentType
:
ContentTypeId
=
ContentTypeGroupUpdated
)
:
ContentCodec
<
TranscriptMessages.GroupUpdated
>
Members
Constructors
Group
Updated
Codec
Link copied to clipboard
constructor
(
contentType
:
ContentTypeId
=
ContentTypeGroupUpdated
)
Functions
decode
Link copied to clipboard
open
override
fun
decode
(
content
:
EncodedContent
)
:
TranscriptMessages.GroupUpdated
encode
Link copied to clipboard
open
override
fun
encode
(
content
:
TranscriptMessages.GroupUpdated
)
:
EncodedContent
fallback
Link copied to clipboard
open
override
fun
fallback
(
content
:
TranscriptMessages.GroupUpdated
)
:
String
?
should
Push
Link copied to clipboard
open
override
fun
shouldPush
(
content
:
TranscriptMessages.GroupUpdated
)
:
Boolean
Properties
content
Type
Link copied to clipboard
open
override
var
contentType
:
ContentTypeId