BotsSetJoinChatResults constructor
const
BotsSetJoinChatResults({
- required int queryId,
- required JoinChatBotResultBase result,
Bots Set Join Chat Results constructor.
Implementation
const BotsSetJoinChatResults({required this.queryId, required this.result})
: super._();