API reference
API reference
Select your platform
No SDKs available
No versions available

InviteOptions

Updated: Jul 24, 2025

InviteOptions

interface InviteOptions
The Invite Option, to be passed in to GroupPresence.get_invitable_users() and GroupPresence.launch_invite_panel(), is a field that allows developers to specify a list of suggested users to be added to the invitable users list, making it easier for users to connect with others and create a more social experience.

Properties

NameSummary
suggestedUsers
abstract val suggestedUsers: MutableList<Long>
Passing in these users will add them to the invitable users list. From the GroupPresence.launch_invite_panel(), the user can open the invite list, where the suggested users will be added.

Functions

NameSummary
addSuggestedUser
open fun addSuggestedUser(userId: Long)
clearSuggestedUsers
open fun clearSuggestedUsers()
Did you find this page helpful?
Thumbs up icon
Thumbs down icon