--- a/satoriapi.h Sun Aug 10 23:03:27 2025 +0800 +++ b/satoriapi.h Sun Aug 10 23:53:22 2025 +0800 @@ -30,5 +30,7 @@ void satori_refresh_buddy_contacts(PurpleSatoriConnection *con, const gchar *next); void satori_refresh_conversations(PurpleSatoriConnection *con, const gchar *next); void satori_create_dm_channel(PurpleSatoriConnection *con, SatoriUser *user, GTask *task); +void +satori_send_message(PurpleSatoriConnection *con, PurpleConversation *conversation, PurpleMessage *message, const gchar *content, GTask *task); #endif /* SATORI_API_H */