MessagesSetBotGuestChatResult constructor

const MessagesSetBotGuestChatResult({
  1. required int queryId,
  2. required InputBotInlineResultBase result,
})

Messages Set Bot Guest Chat Result constructor.

Implementation

const MessagesSetBotGuestChatResult({
  required this.queryId,
  required this.result,
}) : super._();