Restrict or Promote user
You can restrict or promote chat member
Restrict chat member
To restrict chat member, use Restrict class-methods or .restrict
answer/api method
Restrict class-method or .restrict answer method take arguments:
Required
User id you want to restrict
Optional. Current user id by default
Chat id in which user you want to restrict is located
Optional. Current chat id by default
Until date (unix date)
Optional
If you want to know what arguments an API method takes, see the IDE hint
NestgramDefault.chatPermissions
is chat permissions by default
Promote chat member
To promote chat member, use Promote class-method or .promote
answer/api method. It takes permissions as 1st argument, and user id you want to restrict in the current chat (optional) as 2nd argument
Promote class-method or .promote answer method take arguments:
Required
User id you want to promote
Optional. Current user id by default
If you want to know what arguments an API method takes, see the IDE hint
Last updated