My default admin rights
You can set/get my default administrator rights
Set my default admin rights
You can set default admin rights using MyDefaultAdminRights class-method or .setMyDefaultAdminRights
answer/api method
MyDefaultAdminRights class-method or .setMyDefaultAdminRights method take arguments:
Argument
Description
Required
1
Optional
2
For channel option
Optional. Pass true
to get default admin rights of the bot in channels. Otherwise, default admin rights of the bot for groups and supergroups will be changed
app.controller.ts
Get my default admin rights
To get the menu button, use .getMyDefaultAdminRights
answer/api method
Returns IChatAdministratorRights on success
app.controller.ts
Last updated