EventChatAcceptedMethod.unknown constructor

const EventChatAcceptedMethod.unknown({
  1. required String data,
})

Implementation

const factory EventChatAcceptedMethod.unknown({required String data}) =
    EventChatAcceptedMethodUnknown;