InlineQueryResultCachedSticker constructor

const InlineQueryResultCachedSticker({
  1. required String stickerFileId,
  2. required String id,
  3. InlineKeyboardMarkup? replyMarkup,
  4. InputMessageContent? inputMessageContent,
})

Constructs an InlineQueryResultCachedSticker object

Implementation

const InlineQueryResultCachedSticker({
  required this.stickerFileId,
  required this.id,
  this.replyMarkup,
  this.inputMessageContent,
});