* @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