MessagesSetBotGuestChatResult constructor
const
MessagesSetBotGuestChatResult({
- required int queryId,
- required InputBotInlineResultBase result,
Messages Set Bot Guest Chat Result constructor.
Implementation
const MessagesSetBotGuestChatResult({
required this.queryId,
required this.result,
}) : super._();