Check user subscription
You can check the user's subscription to a channel or group
To check user subscription, use .checkSubscription
answer method
.checkSubscription answer method takes argument: channel IDs you want to check the user subscription to (...spread)
The bot must be an administrator of the channel/group you want to check the subscription to
Returns true if the user subscribed for all channels
app.controller.ts
Last updated