ChannelsChannelParticipantsNotModified.deserialize constructor

ChannelsChannelParticipantsNotModified.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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