-
|
Hi, I can't use the new Telegram API element LinkPreviewOptions (https://core.telegram.org/bots/api#linkpreviewoptions) in node-red-contrib-telegrambot. Could you please tell me how to use LinkPreviewOptions in NodeRed? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
I will check ... |
Beta Was this translation helpful? Give feedback.
-
|
Looking at the documentation: the linkpreviewoptions are an optional parameter. Therefore you need to add a property to |
Beta Was this translation helpful? Give feedback.
-
|
hello mate .. iam new in github and i have no idea of how to use these files. I want to download some files in rapidgator but the time and speed restriction prevent me to do so |
Beta Was this translation helpful? Give feedback.
Looking at the documentation: the linkpreviewoptions are an optional parameter. Therefore you need to add a property to
msg.payload.options --> msg.payload.options.linkpreviewoptions = { is_disabled : false, ... }