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