Correct method template for sending a message #109
julianodev
started this conversation in
General
Replies: 1 comment
-
you can try to use SendGenericMessageAsync method to test any other template message that is not supported in the library but you will have to construct the message template object. I have some other templateMessage functions but they target specific message object types. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you help me with what is the correct method for what I'm trying to do?
In this case, my template has
A header that can have an image or video.
A body that can have dynamic parameters.
A footer
And it may have some action buttons.
What is the correct method?
Note: For templates without buttons and headers, it works using SendTextMessageTemplateAsync
Thank you very much, and congratulations!
Beta Was this translation helpful? Give feedback.
All reactions