# Telegram

# Known limitations

# Inline keyboard truncate words

When an Inline keyboard contains too many characters for the screen, Telegram truncates characters. Here is an example:

Example of telegram inline keyboard truncate

That leads to a poor user experience because we can't read properly...

We cannot change this behavior, we could with ReplyKeyboard but it does not correspond to our needs. See the related issue.

Avoid truncate

To avoid this behavior we simply reduce the number of characters. It is not optimal at all but at least it works.

Related bobby issue:

Sources:

# No multi select

For example, we would like to allow the resident to select multiple alarm actions at once, but it is not possible with telegram. People found some workaround but it adds complexity that we don't want for this.

Sources: