EditedMessageStatus constructor

EditedMessageStatus(
  1. int userId,
  2. String messageId,
  3. String? dialogId,
  4. String updatedBody,
)

Implementation

EditedMessageStatus(
    super.userId, super.messageId, super.dialogId, this.updatedBody);