ForwardMessages constructor
ForwardMessages({
- required int chatId,
- MessageTopic? topicId,
- required int fromChatId,
- required List<
int> messageIds, - MessageSendOptions? options,
- required bool sendCopy,
- required bool removeCaption,
Implementation
ForwardMessages({
required this.chatId,
this.topicId,
required this.fromChatId,
required this.messageIds,
this.options,
required this.sendCopy,
required this.removeCaption,
});