ChatForwardController constructor
- ChatService _chatService,
- UserService _userService,
- AbstractSettingsRepository _settingsRepository, {
- String? text,
- void pop([])?,
- List<
Attachment> attachments = const [], - void onSent()?,
- required ChatId from,
- required List<
ChatItemQuoteInput> quotes,
Implementation
ChatForwardController(
this._chatService,
this._userService,
this._settingsRepository, {
this.text,
this.pop,
this.attachments = const [],
this.onSent,
required this.from,
required this.quotes,
});