Enums§
- AddChannel
Error - struct for typed errors of method
add_channel
- Delete
Channel Error - struct for typed errors of method
delete_channel
- Delete
Conversation Error - struct for typed errors of method
delete_conversation
- Receive
Message Error - struct for typed errors of method
receive_message
Functions§
- add_
channel - Adds a new messaging channel, only admins are able to register new channels. It will use the getConversations endpoint to fetch conversations, participants and messages afterward. To use the endpoint, you need to have Messengers integration OAuth scope enabled and the Messaging manifest ready for the Messaging app extension.
- delete_
channel - Deletes an existing messenger’s channel and all related entities (conversations and messages). To use the endpoint, you need to have Messengers integration OAuth scope enabled and the Messaging manifest ready for the Messaging app extension.
- delete_
conversation - Deletes an existing conversation. To use the endpoint, you need to have Messengers integration OAuth scope enabled and the Messaging manifest ready for the Messaging app extension.
- receive_
message - Adds a message to a conversation. To use the endpoint, you need to have Messengers integration OAuth scope enabled and the Messaging manifest ready for the Messaging app extension.