-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Feature: Added support for posting text based status (stories) #3528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Your method for media ist not working. |
You can send status but only text |
You can send status but only text. |
Why don't inject on the sendMessage/sendMedia function ? |
The color change function is cool, maybe just a option for the sendMessage function, them send to @ broadcast |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please combine the functionality with Client.sendMessage
function so we could send a status something like this:
await client.sendMessage(chatId, 'Status text', { sendAsStatus: true });
Is there any update regarding this pull request? Because this feature can be very useful if it can send messages into stories. |
PR Details
This PR allows users to post text stories (broadcasts)
Description
This is a feature that lets users post to their stories; only text-based stories are functional and tested.
Related Issue(s)
#3373 #3398 #2371
Motivation and Context
Automating story (status) posting, shoutout to @tofers
How Has This Been Tested
How to test this PR yourself
inside your index.js
Environment
Types of changes
Checklist