ChannelAdminLogEventActionParticipantJoin.deserialize constructor
ChannelAdminLogEventActionParticipantJoin.deserialize(
- BinaryReader reader
Deserialize.
Implementation
factory ChannelAdminLogEventActionParticipantJoin.deserialize(
BinaryReader reader,
) {
// Construct [ChannelAdminLogEventActionParticipantJoin] object.
final returnValue = ChannelAdminLogEventActionParticipantJoin();
// Now return the deserialized [ChannelAdminLogEventActionParticipantJoin].
return returnValue;
}