Minor correction

This commit is contained in:
netkas 2024-10-02 00:33:20 -04:00
parent 79278e7748
commit b14dd43eb7

View file

@ -20,7 +20,7 @@
/**
* @var BotCommandScopeType
*/
protected $type;
protected BotCommandScopeType $type;
/**
* Scope type, one of “default”, “all_private_chats”, “all_group_chats”, “all_chat_administrators”, “chat”,