invitedUserIds

@SerializedName(value = "invited_user_ids")
var invitedUserIds: ArrayList<String>? = null

The list of user IDs that were invited to join as speakers. Usually, users in this list are invited to speak via the Invite user option.

e.g.

"mentioned_user_ids": ["2244994945","6253282"]

Expand User objects, understand engagement.