mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-12-12 19:39:33 -06:00
Merge 269c3bcba2 into 043a7f9b3c
This commit is contained in:
commit
b7aaef62d3
@ -33,6 +33,7 @@ class MessageService:
|
||||
'mimetype': (None, message.mimetype, 'text/plain'),
|
||||
'caption': (None, message.caption, 'text/plain'),
|
||||
'fileName': (None, message.fileName, 'text/plain'),
|
||||
'media': (None, message.media, 'text/plain')
|
||||
}
|
||||
|
||||
# Adicionar delay apenas se existir
|
||||
@ -202,4 +203,4 @@ class MessageService:
|
||||
f'message/sendButtons/{instance_id}',
|
||||
data=data,
|
||||
instance_token=instance_token
|
||||
)
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user