Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Add parameter to disable link previews for links in Telegram messages #405

Open
AleksandrTitov opened this issue May 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@AleksandrTitov
Copy link

Summary

Telegram has possibility to disable link previews in messages using option disable_web_page_preview. I offer to add this parameter to the Telegram service configuration.

My example with parameter disableWebPagePreview:

apiVersion: v1
kind: ConfigMap
metadata:
  name: <config-map-name>
data:
  service.telegram: |
    token: $telegram-token
    disableWebPagePreview: false

Use Cases

This option is useful when you want to keep your messages clear, without additional useless informations.


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

@AleksandrTitov AleksandrTitov added the enhancement New feature or request label May 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant