ChannelAdminLogEventActionParticipantLeave.deserialize constructor

ChannelAdminLogEventActionParticipantLeave.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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