diff --git a/en/message/delete-message.mdx b/en/message/delete-message.mdx index d7366e2..c82f7bd 100644 --- a/en/message/delete-message.mdx +++ b/en/message/delete-message.mdx @@ -11,6 +11,11 @@ import Token from '/snippets/en/params/token.mdx' Method used to delete a message from a chat. You can delete both a message you sent and a message sent by a contact. To use this feature you only need the messageId of the message you want to delete. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/forward-message.mdx b/en/message/forward-message.mdx index e039caf..fbe8185 100644 --- a/en/message/forward-message.mdx +++ b/en/message/forward-message.mdx @@ -15,6 +15,11 @@ Simple and straightforward, with this method you can forward messages through th To use this method you need to configure the webhook. If you haven't configured it yet, the message will not be forwarded. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/reply-button.mdx b/en/message/reply-button.mdx index 5c03bfe..2e8af2c 100644 --- a/en/message/reply-button.mdx +++ b/en/message/reply-button.mdx @@ -16,6 +16,11 @@ This endpoint allows you to reply to a button list option, simulating a user cli The button must have been previously sent and the **button ID** must be obtained via the message received webhook. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/reply-message.mdx b/en/message/reply-message.mdx index de8e406..03edc55 100644 --- a/en/message/reply-message.mdx +++ b/en/message/reply-message.mdx @@ -11,6 +11,11 @@ import Token from '/snippets/en/params/token.mdx' In this topic we'll talk about how to reply to a message directly! When you use the send-text method there is an optional attribute called messageId, this attribute receives the Id of any message. When this attribute is provided, your message will be directly related to the message of the informed Id. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/reply-template-button.mdx b/en/message/reply-template-button.mdx index 2406bad..acc6daf 100644 --- a/en/message/reply-template-button.mdx +++ b/en/message/reply-template-button.mdx @@ -20,6 +20,11 @@ Only buttons of type **REPLY** can be answered. Other button types do not suppor The button must have been previously sent and the **button ID** must be obtained via the message received webhook. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-button-actions.mdx b/en/message/send-button-actions.mdx index 2058396..7a208b4 100644 --- a/en/message/send-button-actions.mdx +++ b/en/message/send-button-actions.mdx @@ -23,6 +23,13 @@ Sending all three button types simultaneously causes an error on WhatsApp Web. C --- +#### Example on WhatsApp +
+ +
+ +--- + ## Attributes ### Header diff --git a/en/message/send-button-list-image.mdx b/en/message/send-button-list-image.mdx index ab7fb61..cd8a1c2 100644 --- a/en/message/send-button-list-image.mdx +++ b/en/message/send-button-list-image.mdx @@ -19,6 +19,11 @@ Button sending is currently available, but there are some decisive factors for i The **message** attribute cannot be sent empty! +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-button-list-video.mdx b/en/message/send-button-list-video.mdx index 513cb7f..706601d 100644 --- a/en/message/send-button-list-video.mdx +++ b/en/message/send-button-list-video.mdx @@ -19,6 +19,11 @@ Button sending is currently available, but there are some decisive factors for i The **message** attribute cannot be sent empty! +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-button-list.mdx b/en/message/send-button-list.mdx index 155ab3f..83f7220 100644 --- a/en/message/send-button-list.mdx +++ b/en/message/send-button-list.mdx @@ -19,6 +19,11 @@ Button sending is currently available, but there are some decisive factors for i The **message** attribute cannot be sent empty! +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-button-otp.mdx b/en/message/send-button-otp.mdx index 40c4e32..8c97814 100644 --- a/en/message/send-button-otp.mdx +++ b/en/message/send-button-otp.mdx @@ -15,6 +15,11 @@ With this method you can send text messages with a button to copy a value. Button sending is currently available, but there are some decisive factors for it to work. For more details check the [Button Status](/en/tips/button-status) topic. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-button-pix.mdx b/en/message/send-button-pix.mdx index 1aeb3d3..1757249 100644 --- a/en/message/send-button-pix.mdx +++ b/en/message/send-button-pix.mdx @@ -19,6 +19,11 @@ Button sending is currently available, but there are some decisive factors for i PIX messages received on WhatsApp Web don't change the chat state — they don't mark as unread or move to the top of the list. Messages render normally. This is a WhatsApp Web bug. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-carousel.mdx b/en/message/send-carousel.mdx index ecdab54..5be0894 100644 --- a/en/message/send-carousel.mdx +++ b/en/message/send-carousel.mdx @@ -11,6 +11,11 @@ import Token from '/snippets/en/params/token.mdx' With this method you can send carousel messages with images, text and action buttons. From the action buttons, you can redirect to links, make calls, and also provide standard responses. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-edit-event.mdx b/en/message/send-edit-event.mdx index 0ece30f..af4bbff 100644 --- a/en/message/send-edit-event.mdx +++ b/en/message/send-edit-event.mdx @@ -15,6 +15,11 @@ With this method you can send event edit messages. To edit the event, you must resend all data that is already configured in the event, even if they have no changes. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-event-response.mdx b/en/message/send-event-response.mdx index ebd6ca2..2fac263 100644 --- a/en/message/send-event-response.mdx +++ b/en/message/send-event-response.mdx @@ -15,6 +15,11 @@ With this method you can send response messages to an event. You cannot respond to an event you created yourself. Your response will always be marked as "confirmed presence". +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-event.mdx b/en/message/send-event.mdx index 7e1794c..e6e3ae8 100644 --- a/en/message/send-event.mdx +++ b/en/message/send-event.mdx @@ -15,6 +15,11 @@ With this method you can send Event type messages. This message type can only be sent to a **group**. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-message-audio.mdx b/en/message/send-message-audio.mdx index 396f6d0..6bd7027 100644 --- a/en/message/send-message-audio.mdx +++ b/en/message/send-message-audio.mdx @@ -16,6 +16,12 @@ Method responsible for sending audios to your chats. You can work with audios in --- +#### Example on WhatsApp +
+ + +
+ ## Attributes ### Header diff --git a/en/message/send-message-catalog.mdx b/en/message/send-message-catalog.mdx index af0f928..d561aad 100644 --- a/en/message/send-message-catalog.mdx +++ b/en/message/send-message-catalog.mdx @@ -11,6 +11,11 @@ import Token from '/snippets/en/params/token.mdx' With this method you can send messages with a link to your catalog. The catalog feature is only available for WhatsApp **business** accounts that have registered products. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-message-contact.mdx b/en/message/send-message-contact.mdx index bc18759..f1df699 100644 --- a/en/message/send-message-contact.mdx +++ b/en/message/send-message-contact.mdx @@ -11,6 +11,11 @@ import Token from '/snippets/en/params/token.mdx' With this method you can share contact information without the recipient needing to have the contact saved. Just fill in the method attributes with the contact details and send. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-message-document.mdx b/en/message/send-message-document.mdx index f08ba23..3c830fc 100644 --- a/en/message/send-message-document.mdx +++ b/en/message/send-message-document.mdx @@ -14,6 +14,11 @@ Method responsible for sending documents to your contacts, it is simple and stra - **By Link**: if you have the document hosted somewhere on the internet, just send the link; - **By Base64**: if you want to send the document in Base64 format. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-message-image.mdx b/en/message/send-message-image.mdx index 807aa81..16759c6 100644 --- a/en/message/send-message-image.mdx +++ b/en/message/send-message-image.mdx @@ -22,6 +22,11 @@ Tools to convert images to Base64: - [base64.guru](https://base64.guru/converter/encode/image) +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-message-link.mdx b/en/message/send-message-link.mdx index 591da94..cc58ab0 100644 --- a/en/message/send-message-link.mdx +++ b/en/message/send-message-link.mdx @@ -15,6 +15,11 @@ Method responsible for sending a link to your contacts, widely used to share lin It's important to know that the link only becomes clickable if the recipient already has your phone number saved in their contacts, or if they have initiated a conversation with you. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-message-location.mdx b/en/message/send-message-location.mdx index aafe283..c80d39e 100644 --- a/en/message/send-message-location.mdx +++ b/en/message/send-message-location.mdx @@ -11,6 +11,11 @@ import Token from '/snippets/en/params/token.mdx' Method responsible for sending a fixed location to your contacts. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-message-multiple-contacts.mdx b/en/message/send-message-multiple-contacts.mdx index 164a844..867ad22 100644 --- a/en/message/send-message-multiple-contacts.mdx +++ b/en/message/send-message-multiple-contacts.mdx @@ -11,6 +11,11 @@ import Token from '/snippets/en/params/token.mdx' Simple and straightforward, this method allows you to send multiple contacts. You don't need to have them in your contacts, just fill in the method attributes with the contact information and send. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-message-order.mdx b/en/message/send-message-order.mdx index 9f1980f..81ba236 100644 --- a/en/message/send-message-order.mdx +++ b/en/message/send-message-order.mdx @@ -15,6 +15,11 @@ With this method you can send order messages, containing products from your cata Available only for WhatsApp **business** accounts. Products without `productId` are treated as custom items. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-message-product.mdx b/en/message/send-message-product.mdx index 7c8060f..29a8316 100644 --- a/en/message/send-message-product.mdx +++ b/en/message/send-message-product.mdx @@ -15,6 +15,11 @@ With this method you can send messages of your products. The products feature is The account must have registered products. Product operations are documented in the [WhatsApp Business](/en/business/get-products) section. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-message-ptv.mdx b/en/message/send-message-ptv.mdx index 9ff05de..ad988eb 100644 --- a/en/message/send-message-ptv.mdx +++ b/en/message/send-message-ptv.mdx @@ -14,6 +14,11 @@ Method responsible for sending PTV (Pre-Recorded Transfer Video) to your chats. - **By Link**: if you have the video hosted somewhere on the internet, just send the link; - **By Base64**: if you want to send the video in Base64 format. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-message-reaction.mdx b/en/message/send-message-reaction.mdx index 5fef6eb..6928f3b 100644 --- a/en/message/send-message-reaction.mdx +++ b/en/message/send-message-reaction.mdx @@ -13,6 +13,11 @@ With this method you can send an emoji reaction to a message. --- +#### Example on WhatsApp +
+ +
+ ## Attributes ### Header diff --git a/en/message/send-message-sticker.mdx b/en/message/send-message-sticker.mdx index 0c4bd62..154bf92 100644 --- a/en/message/send-message-sticker.mdx +++ b/en/message/send-message-sticker.mdx @@ -20,6 +20,11 @@ If you choose Base64, before the binary you need to add the following expression You can verify if the Base64 is correct by pasting it into your browser's address bar. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-message-video.mdx b/en/message/send-message-video.mdx index 7e1bb09..5766883 100644 --- a/en/message/send-message-video.mdx +++ b/en/message/send-message-video.mdx @@ -16,6 +16,11 @@ Method responsible for sending videos to your chats. You can work with videos in --- +#### Example on WhatsApp +
+ +
+ ## Attributes ### Header diff --git a/en/message/send-newsletter-admin-invite.mdx b/en/message/send-newsletter-admin-invite.mdx index 5504711..2753b00 100644 --- a/en/message/send-newsletter-admin-invite.mdx +++ b/en/message/send-newsletter-admin-invite.mdx @@ -11,6 +11,11 @@ import Token from '/snippets/en/params/token.mdx' With this method you can send messages inviting people to become administrators of your WhatsApp channels. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-option-list.mdx b/en/message/send-option-list.mdx index 888f517..a4c248c 100644 --- a/en/message/send-option-list.mdx +++ b/en/message/send-option-list.mdx @@ -15,6 +15,11 @@ With this method you can send text messages with an option list, where the user The option list feature no longer works in groups. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-order-payment-update.mdx b/en/message/send-order-payment-update.mdx index 3534595..2ae4769 100644 --- a/en/message/send-order-payment-update.mdx +++ b/en/message/send-order-payment-update.mdx @@ -15,6 +15,11 @@ With this method you can send order payment update messages. This method is only available for WhatsApp **Business** accounts. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-order-status-update.mdx b/en/message/send-order-status-update.mdx index 23207d8..6d68a80 100644 --- a/en/message/send-order-status-update.mdx +++ b/en/message/send-order-status-update.mdx @@ -15,6 +15,11 @@ With this method you can send order status update messages. This method is only available for WhatsApp **Business** accounts. All original order data must be resent with the additional mandatory parameters returned via webhook. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-pin-message.mdx b/en/message/send-pin-message.mdx index d255335..5c0ba0a 100644 --- a/en/message/send-pin-message.mdx +++ b/en/message/send-pin-message.mdx @@ -11,6 +11,11 @@ import Token from '/snippets/en/params/token.mdx' With this method you can pin messages in a conversation, whether private chats or groups. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-poll-vote.mdx b/en/message/send-poll-vote.mdx index 7705c4e..8b0c267 100644 --- a/en/message/send-poll-vote.mdx +++ b/en/message/send-poll-vote.mdx @@ -15,6 +15,11 @@ With this method you can vote on a specific poll. Voting on polls is **only available for groups**, following WhatsApp Web behavior. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-poll.mdx b/en/message/send-poll.mdx index a41cd00..cf19662 100644 --- a/en/message/send-poll.mdx +++ b/en/message/send-poll.mdx @@ -15,6 +15,11 @@ With this method you can send poll messages. Sending polls is **only available for groups**, following WhatsApp Web behavior. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/en/message/send-remove-reaction.mdx b/en/message/send-remove-reaction.mdx index ada827f..7f16ab3 100644 --- a/en/message/send-remove-reaction.mdx +++ b/en/message/send-remove-reaction.mdx @@ -13,6 +13,11 @@ With this method you will remove the reaction from sent or received messages. --- +#### Example on WhatsApp +
+ +
+ ## Attributes ### Header diff --git a/en/message/send-text.mdx b/en/message/send-text.mdx index 0253822..b5cfca9 100644 --- a/en/message/send-text.mdx +++ b/en/message/send-text.mdx @@ -34,6 +34,11 @@ With this method you can send plain text messages, and enhance them using text f An emoji is a regular ASCII character — just like any font. You can copy and paste any emoji directly into your text! Feel free to use this one 🤪 if you want. +#### Example on WhatsApp +
+ +
+ --- ## Attributes diff --git a/images/delete-message-eng.jpeg b/images/delete-message-eng.jpeg new file mode 100644 index 0000000..79660c4 Binary files /dev/null and b/images/delete-message-eng.jpeg differ diff --git a/images/forward-message-eng.jpeg b/images/forward-message-eng.jpeg new file mode 100644 index 0000000..f7feb4a Binary files /dev/null and b/images/forward-message-eng.jpeg differ diff --git a/images/reply-button-eng.jpeg b/images/reply-button-eng.jpeg new file mode 100644 index 0000000..3950238 Binary files /dev/null and b/images/reply-button-eng.jpeg differ diff --git a/images/reply-message-eng.jpeg b/images/reply-message-eng.jpeg new file mode 100644 index 0000000..7c8911d Binary files /dev/null and b/images/reply-message-eng.jpeg differ diff --git a/images/reply-template-button-eng.jpeg b/images/reply-template-button-eng.jpeg new file mode 100644 index 0000000..ed66978 Binary files /dev/null and b/images/reply-template-button-eng.jpeg differ diff --git a/images/send-button-actions-eng.jpeg b/images/send-button-actions-eng.jpeg new file mode 100644 index 0000000..38cc0d0 Binary files /dev/null and b/images/send-button-actions-eng.jpeg differ diff --git a/images/send-button-list-eng.jpeg b/images/send-button-list-eng.jpeg new file mode 100644 index 0000000..40d5050 Binary files /dev/null and b/images/send-button-list-eng.jpeg differ diff --git a/images/send-button-list-image-eng.jpeg b/images/send-button-list-image-eng.jpeg new file mode 100644 index 0000000..43dd126 Binary files /dev/null and b/images/send-button-list-image-eng.jpeg differ diff --git a/images/send-button-list-video-eng.jpeg b/images/send-button-list-video-eng.jpeg new file mode 100644 index 0000000..7f526aa Binary files /dev/null and b/images/send-button-list-video-eng.jpeg differ diff --git a/images/send-button-otp-eng.jpeg b/images/send-button-otp-eng.jpeg new file mode 100644 index 0000000..63c6fcb Binary files /dev/null and b/images/send-button-otp-eng.jpeg differ diff --git a/images/send-button-pix-eng.jpeg b/images/send-button-pix-eng.jpeg new file mode 100644 index 0000000..8e4afe9 Binary files /dev/null and b/images/send-button-pix-eng.jpeg differ diff --git a/images/send-carousel-eng.jpeg b/images/send-carousel-eng.jpeg new file mode 100644 index 0000000..8385c59 Binary files /dev/null and b/images/send-carousel-eng.jpeg differ diff --git a/images/send-edit-event-eng.jpeg b/images/send-edit-event-eng.jpeg new file mode 100644 index 0000000..60afd03 Binary files /dev/null and b/images/send-edit-event-eng.jpeg differ diff --git a/images/send-event-eng.jpg b/images/send-event-eng.jpg new file mode 100644 index 0000000..4c32547 Binary files /dev/null and b/images/send-event-eng.jpg differ diff --git a/images/send-event-response-eng.jpeg b/images/send-event-response-eng.jpeg new file mode 100644 index 0000000..8e6fcf5 Binary files /dev/null and b/images/send-event-response-eng.jpeg differ diff --git a/images/send-message-audio-eng.jpeg b/images/send-message-audio-eng.jpeg new file mode 100644 index 0000000..09bec98 Binary files /dev/null and b/images/send-message-audio-eng.jpeg differ diff --git a/images/send-message-audio-wave-eng.jpeg b/images/send-message-audio-wave-eng.jpeg new file mode 100644 index 0000000..3ce8471 Binary files /dev/null and b/images/send-message-audio-wave-eng.jpeg differ diff --git a/images/send-message-catalog-eng.jpeg b/images/send-message-catalog-eng.jpeg new file mode 100644 index 0000000..4cc951c Binary files /dev/null and b/images/send-message-catalog-eng.jpeg differ diff --git a/images/send-message-contact-eng.jpeg b/images/send-message-contact-eng.jpeg new file mode 100644 index 0000000..48c5f09 Binary files /dev/null and b/images/send-message-contact-eng.jpeg differ diff --git a/images/send-message-document-eng.jpeg b/images/send-message-document-eng.jpeg new file mode 100644 index 0000000..bcf0e4f Binary files /dev/null and b/images/send-message-document-eng.jpeg differ diff --git a/images/send-message-image-eng.jpeg b/images/send-message-image-eng.jpeg new file mode 100644 index 0000000..cf35f2a Binary files /dev/null and b/images/send-message-image-eng.jpeg differ diff --git a/images/send-message-link-eng.jpeg b/images/send-message-link-eng.jpeg new file mode 100644 index 0000000..ea7ff14 Binary files /dev/null and b/images/send-message-link-eng.jpeg differ diff --git a/images/send-message-location-eng.jpeg b/images/send-message-location-eng.jpeg new file mode 100644 index 0000000..f9a9ec5 Binary files /dev/null and b/images/send-message-location-eng.jpeg differ diff --git a/images/send-message-multiple-contacts-eng.jpeg b/images/send-message-multiple-contacts-eng.jpeg new file mode 100644 index 0000000..5ac370a Binary files /dev/null and b/images/send-message-multiple-contacts-eng.jpeg differ diff --git a/images/send-message-product-eng.jpeg b/images/send-message-product-eng.jpeg new file mode 100644 index 0000000..b510e48 Binary files /dev/null and b/images/send-message-product-eng.jpeg differ diff --git a/images/send-message-ptv-eng.jpeg b/images/send-message-ptv-eng.jpeg new file mode 100644 index 0000000..a379549 Binary files /dev/null and b/images/send-message-ptv-eng.jpeg differ diff --git a/images/send-message-reaction-eng.jpeg b/images/send-message-reaction-eng.jpeg new file mode 100644 index 0000000..6783b20 Binary files /dev/null and b/images/send-message-reaction-eng.jpeg differ diff --git a/images/send-message-sticker-eng.jpeg b/images/send-message-sticker-eng.jpeg new file mode 100644 index 0000000..fef4ee2 Binary files /dev/null and b/images/send-message-sticker-eng.jpeg differ diff --git a/images/send-message-video-eng.jpeg b/images/send-message-video-eng.jpeg new file mode 100644 index 0000000..d433b35 Binary files /dev/null and b/images/send-message-video-eng.jpeg differ diff --git a/images/send-newsletter-admin-invite-eng.jpeg b/images/send-newsletter-admin-invite-eng.jpeg new file mode 100644 index 0000000..3bb3651 Binary files /dev/null and b/images/send-newsletter-admin-invite-eng.jpeg differ diff --git a/images/send-option-list-eng.jpeg b/images/send-option-list-eng.jpeg new file mode 100644 index 0000000..777420e Binary files /dev/null and b/images/send-option-list-eng.jpeg differ diff --git a/images/send-order-eng.jpeg b/images/send-order-eng.jpeg new file mode 100644 index 0000000..f10f0c7 Binary files /dev/null and b/images/send-order-eng.jpeg differ diff --git a/images/send-order-payment-update-eng.jpeg b/images/send-order-payment-update-eng.jpeg new file mode 100644 index 0000000..2d65d66 Binary files /dev/null and b/images/send-order-payment-update-eng.jpeg differ diff --git a/images/send-order-status-update-eng.jpeg b/images/send-order-status-update-eng.jpeg new file mode 100644 index 0000000..0f9428e Binary files /dev/null and b/images/send-order-status-update-eng.jpeg differ diff --git a/images/send-pin-message-eng.jpg b/images/send-pin-message-eng.jpg new file mode 100644 index 0000000..1a8803c Binary files /dev/null and b/images/send-pin-message-eng.jpg differ diff --git a/images/send-poll-eng.jpeg b/images/send-poll-eng.jpeg new file mode 100644 index 0000000..f267900 Binary files /dev/null and b/images/send-poll-eng.jpeg differ diff --git a/images/send-poll-pt.jpeg b/images/send-poll-pt.jpeg new file mode 100644 index 0000000..d5abb31 Binary files /dev/null and b/images/send-poll-pt.jpeg differ diff --git a/images/send-poll-vote-eng.jpeg b/images/send-poll-vote-eng.jpeg new file mode 100644 index 0000000..3871aa3 Binary files /dev/null and b/images/send-poll-vote-eng.jpeg differ diff --git a/images/send-poll-vote-pt.jpeg b/images/send-poll-vote-pt.jpeg new file mode 100644 index 0000000..00f971c Binary files /dev/null and b/images/send-poll-vote-pt.jpeg differ diff --git a/images/send-remove-reaction-eng.jpeg b/images/send-remove-reaction-eng.jpeg new file mode 100644 index 0000000..afe698f Binary files /dev/null and b/images/send-remove-reaction-eng.jpeg differ diff --git a/images/send-text-eng.jpeg b/images/send-text-eng.jpeg new file mode 100644 index 0000000..6ed815a Binary files /dev/null and b/images/send-text-eng.jpeg differ diff --git a/message/send-poll-vote.mdx b/message/send-poll-vote.mdx index eccad0f..940c3de 100644 --- a/message/send-poll-vote.mdx +++ b/message/send-poll-vote.mdx @@ -15,6 +15,11 @@ Neste método você poderá votar em uma determinada enquete. O envio de votos em enquetes está disponível **apenas para grupos**, seguindo o comportamento do WhatsApp Web. +#### Exemplo no WhatsApp +
+ +
+ --- ## Atributos diff --git a/message/send-poll.mdx b/message/send-poll.mdx index ccd2189..97f6132 100644 --- a/message/send-poll.mdx +++ b/message/send-poll.mdx @@ -15,6 +15,11 @@ Neste método você poderá enviar mensagens do tipo enquete. O envio de enquetes está disponível **apenas para grupos**, seguindo o comportamento do WhatsApp Web. +#### Exemplo no WhatsApp +
+ +
+ --- ## Atributos