mautrix / telegram

A Matrix-Telegram hybrid puppeting/relaybot bridge
https://matrix.to/#/#telegram:maunium.net
GNU Affero General Public License v3.0
1.31k stars 172 forks source link

Basic support for buttons in messages #148

Open tulir opened 6 years ago

tulir commented 6 years ago

Currently, custom buttons that bots can send aren't shown at all. They should be rendered and there should be a command to click them.

tulir commented 6 years ago

Waiting for a somewhat stable spec proposal and corresponding implementation in matrix-org/matrix-react-sdk#2109

tulir commented 5 years ago

The initial implementation could probably use the same command system with encoded ids as games and polls. Polls and buttons can then later be moved to use Matrix buttons when they're specced.

tulir commented 4 years ago

MSC2192 has been implemented in RiotX (vector-im/riotX-android#810), so I'll just implement that