AccountChatThemesNotModified.deserialize constructor

AccountChatThemesNotModified.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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