Closed esindger closed 4 years ago
Is your feature request related to a problem? Please describe.
I need to disable links preview in some menus. Is it possible to add support disable_web_page_preview option along parse_mode option?
disable_web_page_preview
parse_mode
Describe the solution you'd like Add disable_web_page_preview option to TextBody object: https://github.com/EdJoPaTo/telegraf-inline-menu/blob/2eae3e9611f0eecc651a76b8e6bc006664b69b3f/source/body.ts#L10-L13
TextBody
Sounds like a good idea! Its possible to add additional extras on the send menu methods but it makes more sense to have these within the body.
Is your feature request related to a problem? Please describe.
I need to disable links preview in some menus. Is it possible to add support
disable_web_page_preview
option alongparse_mode
option?Describe the solution you'd like Add
disable_web_page_preview
option toTextBody
object: https://github.com/EdJoPaTo/telegraf-inline-menu/blob/2eae3e9611f0eecc651a76b8e6bc006664b69b3f/source/body.ts#L10-L13