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