TypingRequestPayload constructor

TypingRequestPayload({
  1. int? groupId,
})

Implementation

TypingRequestPayload ({
  this.groupId,
});