You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Message Tags type if different from facebook.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Call on '....'
See error
Expected behavior
exporttypeMessage={mid: string;isEcho?: boolean;text?: string;stickerId?: number;quickReply?: QuickReply;attachments?: Attachment[];tags?: Tag;// should be Tag rather than Tag[]replyTo?: ReplyTo;appId?: number;metadata?: string;};
Describe the bug
The Message Tags type if different from facebook.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Additional context
FB docs: https://developers.facebook.com/docs/messenger-platform/discovery/facebook-chat-plugin#detect
The text was updated successfully, but these errors were encountered: