PreparedInlineMessage constructor
PreparedInlineMessage({
- required int inlineQueryId,
- InlineQueryResult? result,
- TargetChatTypes? chatTypes,
Implementation
PreparedInlineMessage({
required this.inlineQueryId,
this.result,
this.chatTypes,
});