* @method string getType() Scope type, must be chat
19
* @method string getChatId() Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
20
*
21
* @method $this setChatId(string $chat_id) Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
22
*/
23
class BotCommandScopeChat extends Entity implements BotCommandScope