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