ChannelParticipantsAdmins.deserialize constructor

ChannelParticipantsAdmins.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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