BotsSetJoinChatResults constructor

const BotsSetJoinChatResults({
  1. required int queryId,
  2. required JoinChatBotResultBase result,
})

Bots Set Join Chat Results constructor.

Implementation

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