BotsPopularAppBots constructor

const BotsPopularAppBots({
  1. String? nextOffset,
  2. required List<UserBase> users,
})

Bots Popular App Bots constructor.

Implementation

const BotsPopularAppBots({this.nextOffset, required this.users}) : super._();