Minor correction
This commit is contained in:
parent
79278e7748
commit
b14dd43eb7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
/**
|
/**
|
||||||
* @var BotCommandScopeType
|
* @var BotCommandScopeType
|
||||||
*/
|
*/
|
||||||
protected $type;
|
protected BotCommandScopeType $type;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Scope type, one of “default”, “all_private_chats”, “all_group_chats”, “all_chat_administrators”, “chat”,
|
* Scope type, one of “default”, “all_private_chats”, “all_group_chats”, “all_chat_administrators”, “chat”,
|
||||||
|
|
Loading…
Add table
Reference in a new issue