Private message migration in iboard.rb script

The import_private_messages method is used to import private messages from an old system into our current platform. in iboard.rb It queries the database for message details in two tables (message_topics and message_posts) and processes each message to create new posts.

The field mt_invited_members is used to identify additional users invited to the message. Since In our this field is no longer available, can anyone know any an alternative method or API endpoint to retrieve this information.

Retrieve it from where?

Where is this no longer available?