SecretChatStatePending.fromJson constructor

SecretChatStatePending.fromJson(
  1. Map<String, dynamic> json
)

Parse from a json

Implementation

factory SecretChatStatePending.fromJson(Map<String, dynamic> json) =>
    const SecretChatStatePending();