OpenBotSimilarBot constructor

OpenBotSimilarBot({
  1. required int botUserId,
  2. required int openedBotUserId,
})

Implementation

OpenBotSimilarBot({required this.botUserId, required this.openedBotUserId});