UpdateNewChosenInlineResult constructor
const
UpdateNewChosenInlineResult({})
The user has chosen a result of an inline query; for bots only
Implementation
const UpdateNewChosenInlineResult({
required this.senderUserId,
this.userLocation,
required this.query,
required this.resultId,
required this.inlineMessageId,
this.extra,
this.clientId,
});