GetMessageImportConfirmationText constructor

const GetMessageImportConfirmationText({
  1. required int chatId,
})

Returns a confirmation text to be shown to the user before starting message import

Implementation

const GetMessageImportConfirmationText({
  required this.chatId,
});