ChannelAdminLogEventActionParticipantJoin.deserialize constructor

ChannelAdminLogEventActionParticipantJoin.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

factory ChannelAdminLogEventActionParticipantJoin.deserialize(
  BinaryReader reader,
) {
  // Construct [ChannelAdminLogEventActionParticipantJoin] object.
  final returnValue = ChannelAdminLogEventActionParticipantJoin();

  // Now return the deserialized [ChannelAdminLogEventActionParticipantJoin].
  return returnValue;
}