TDeleteWebhookEndpointInput.fromJson constructor
Implementation
factory TDeleteWebhookEndpointInput.fromJson(Map<String, dynamic> json) =>
TDeleteWebhookEndpointInput(
body: TDeleteWebhookEndpointBody.fromJson(
json['body'] as Map<String, dynamic>));