any_attachment
This block will catch any attachment file like a document, audio, image, sticker or video.
any_attachment(&block)
any_attachment(&block)
Platforms
Platform | Supported |
---|---|
Messenger | |
Telegram |
Usage
Since each platform handles attachments differently, we recommend the use of @user.platform
method to handle this separately, as in the following example:
Last updated