feat: use redis cache for non-id message lookups

This commit is contained in:
spiral 2022-11-24 06:32:55 +00:00
parent bf7747ab34
commit e9673a6704
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
9 changed files with 75 additions and 29 deletions

View file

@ -333,4 +333,8 @@ GET `/messages/{message}`
Message can be the ID of a proxied message, or the ID of the message that sent the proxy.
::: warning
Looking up messages by the original message ID only works **up to 30 minutes** after the message was sent.
:::
Returns a [message object](/api/models#message-object).