{
"http_method": "POST",
"url_path": "sendAudio",
"req_body": {
"multipart": {
"chat_id": 1,
"audio": "file-id",
"allow_paid_broadcast": true,
"business_connection_id": "id",
"callback_query_id": "cqid",
"caption": "Caption",
"parse_mode": "Markdown",
"direct_messages_topic_id": 1,
"disable_notification": true,
"duration": 100,
"message_effect_id": "effect-id",
"message_thread_id": 1,
"performer": "Performer",
"protect_content": true,
"receiver_user_id": 999,
"reply_markup": {
"force_reply": true
},
"reply_parameters": {
"message_id": 1
},
"suggested_post_parameters": {},
"thumbnail": "https://google.com/favicon.ico",
"title": "Title"
}
},
"rep_body": {
"ok": true,
"result": {
"message_id": 1,
"date": 0,
"chat": {
"type": "group",
"id": 1,
"title": "Test"
},
"from": {
"id": 1,
"first_name": "John",
"is_bot": false
},
"audio": {
"file_id": "file-id",
"file_unique_id": "uid",
"duration": 100,
"performer": "Performer",
"title": "Title",
"file_name": "test",
"mime_type": "audio/mpeg",
"file_size": 10000,
"thumbnail": {
"file_id": "thumb-file-id",
"file_unique_id": "tuid",
"width": 200,
"height": 200,
"file_size": 100
}
},
"caption": "Caption",
"is_automatic_forward": false,
"has_protected_content": false
}
}
}