PreparedInlineMessage constructor

PreparedInlineMessage({
  1. required int inlineQueryId,
  2. InlineQueryResult? result,
  3. TargetChatTypes? chatTypes,
})

Implementation

PreparedInlineMessage({
  required this.inlineQueryId,
  this.result,
  this.chatTypes,
});