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

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

Open
@AleksandrTitov

Description

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 👍.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions