Send related emoji along with Sticker, fix SendMessage types
This commit is contained in:
parent
3c91dce993
commit
bd380086a4
35 changed files with 522 additions and 376 deletions
|
@ -52,6 +52,7 @@ export async function downloadAttachment(
|
|||
return {
|
||||
...omit(attachment, 'digest', 'key'),
|
||||
|
||||
size,
|
||||
contentType: contentType
|
||||
? MIME.stringToMIMEType(contentType)
|
||||
: MIME.APPLICATION_OCTET_STREAM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue