Currently, you can't get the list of group chats and multi-person chats that your LINE Official Account is participating in.
Can I get the list of group chats and multi-person chats that my LINE Official Account is participating in?
If I send multiple messages to the same user with the Messaging API, in what order will the messages be displayed?
The order in which messages are displayed depends on how the messages are sent.
If endpoints used for sending messages are executed multiple times, the order in which the endpoints are executed and the order in which the messages will be displayed won't be necessarily the same.
If an endpoint for sending messages is executed once and multiple messages are specified in the request body, the messages will be displayed in the order specified in the request body.