[PR #81] [MERGED] feat(message): Added send video funcionality #94

Closed
opened 2026-02-27 10:24:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mimamch/wa-gateway/pull/81
Author: @davidgoweb
Created: 11/26/2025
Status: Merged
Merged: 11/28/2025
Merged by: @mimamch

Base: masterHead: feat/send-video


📝 Commits (1)

  • 98b187e feat(message): add send video

📊 Changes

2 files changed (+60 additions, -1 deletions)

View changed files

📝 README.md (+17 -1)
📝 src/controllers/message.ts (+43 -0)

📄 Description

Summary

This Pull Request introduces a new feature: the ability for users to send video messages

Type of Change

  • Feature
  • Bug Fix
  • Refactor
  • Documentation

Key Changes

  • Implemented the core logic for selecting and uploading video files.
  • Updated the message controller to include a "/send-video" endpoint.
  • Documentation: Updated the README.md file with a new section detailing how to use the video sending feature.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mimamch/wa-gateway/pull/81 **Author:** [@davidgoweb](https://github.com/davidgoweb) **Created:** 11/26/2025 **Status:** ✅ Merged **Merged:** 11/28/2025 **Merged by:** [@mimamch](https://github.com/mimamch) **Base:** `master` ← **Head:** `feat/send-video` --- ### 📝 Commits (1) - [`98b187e`](https://github.com/mimamch/wa-gateway/commit/98b187e449f6c46f0b84df4b84a5246816653107) feat(message): add send video ### 📊 Changes **2 files changed** (+60 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+17 -1) 📝 `src/controllers/message.ts` (+43 -0) </details> ### 📄 Description ## Summary This Pull Request introduces a new feature: the ability for users to **send video messages** ## Type of Change * [x] Feature * [x] Bug Fix * [ ] Refactor * [x] Documentation ## Key Changes * Implemented the core logic for selecting and uploading video files. * Updated the `message` controller to include a "/send-video" endpoint. * **Documentation:** Updated the `README.md` file with a new section detailing how to use the video sending feature. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:24:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-gateway-mimamch#94
No description provided.