MessageActionChannelMigrateFrom constructor

const MessageActionChannelMigrateFrom({
  1. required String title,
  2. required int chatId,
})

Message Action Channel Migrate From constructor.

Implementation

const MessageActionChannelMigrateFrom({
  required this.title,
  required this.chatId,
}) : super._();