BotCommandScopeAllPrivateChats constructor

BotCommandScopeAllPrivateChats({
  1. String? extra,
  2. int? client_id,
})

Implementation

BotCommandScopeAllPrivateChats({
  super.extra,
  super.client_id,
});