ChatActionChoosingSticker.fromJson constructor

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

Parse from a json

Implementation

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