We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82b8d50 + 93b1e3f commit 1fbc9dcCopy full SHA for 1fbc9dc
1 file changed
whatsapp_api_client_python/tools/sending.py
@@ -187,7 +187,8 @@ def uploadFile(self, path: str) -> Response:
187
f"uploadFile/{self.api.apiTokenInstance}"
188
),
189
data=file.read(),
190
- headers={"Content-Type": content_type}
+ headers={"Content-Type": content_type,
191
+ "GA-Filename": file_name}
192
)
193
194
def sendLocation(
0 commit comments