mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-12-12 19:39:33 -06:00
Add media field to message attributes
This commit is contained in:
parent
043a7f9b3c
commit
269c3bcba2
@ -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