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