* @method string getType() Scope type, must be chat_member
20
* @method string getChatId() Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
21
* @method int getUserId() Unique identifier of the target user
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
* @method $this setUserId(int $user_id) Unique identifier of the target user
25
*/
26
class BotCommandScopeChatMember extends Entity implements BotCommandScope