EditBusinessMessageCaption constructor
EditBusinessMessageCaption({
- required String businessConnectionId,
- required int chatId,
- required int messageId,
- ReplyMarkup? replyMarkup,
- FormattedText? caption,
- required bool showCaptionAboveMedia,
Implementation
EditBusinessMessageCaption({
required this.businessConnectionId,
required this.chatId,
required this.messageId,
this.replyMarkup,
this.caption,
required this.showCaptionAboveMedia,
});