Pin or unpin messages
You can pin, unpin (unpin all also) messages
Pin message
You can pin message using Pin class-method or .pin
answer/api method
Pin class-method or .pin answer method take arguments:
Message id you want to pin
Optional. Current message id by default
Chat id in which message you want to edit is located
Optional. Current chat id by default
Disable notification. Pass true
to disable notification on pin
Optional
If you want to know what arguments an API method takes, see the IDE hint
Unpin message
To unpin message, use Unpin class-method or .unpin
answer/api method. It takes message id you want to unpin as 1st argument (pass 'all' to unpin all messages, by default), and chat id in which you want to unpin message/messages as 2nd argument (optional, current chat id by default)
Unpin class-method or .unpin answer method take arguments:
Message id you want to unpin. Pass 'all'
to unpin all messages
Optional
Chat id in which message you want to unpin is located
Optional. Current chat id by default
If you want to know what arguments an API method takes, see the IDE hint
We recommend using services to save data
Unpin all messages
To unpin all messages, use Unpin class-method, and pass 'all'
to it as argument
Last updated