InlineQueryResultCachedDocument constructor
const
InlineQueryResultCachedDocument({
- required String documentFileId,
- required String title,
- required String id,
- String? description,
- ParseMode? parseMode,
- InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
Constructs an InlineQueryResultCachedDocument object
Implementation
const InlineQueryResultCachedDocument({
required this.documentFileId,
required this.title,
required this.id,
this.description,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
});