You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @method string getType() Scope type, must be chat
21
+
* @method string getChatId() Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
22
+
*
23
+
* @method $this setChatId(string $chat_id) Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
24
+
*/
25
+
class BotCommandScopeChat extends Entity implements BotCommandScope
* @method string getType() Scope type, must be chat_administrators
21
+
* @method string getChatId() Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
22
+
*
23
+
* @method $this setChatId(string $chat_id) Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
24
+
*/
25
+
class BotCommandScopeChatAdministrators extends Entity implements BotCommandScope
* @method string getType() Scope type, must be chat_member
22
+
* @method string getChatId() Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
23
+
* @method int getUserId() Unique identifier of the target user
24
+
*
25
+
* @method $this setChatId(string $chat_id) Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
26
+
* @method $this setUserId(int $user_id) Unique identifier of the target user
27
+
*/
28
+
class BotCommandScopeChatMember extends Entity implements BotCommandScope
0 commit comments