| Name | Summary |
|---|---|
InviteOptionsImpl | constructor() |
| Name | Summary |
|---|---|
json | val json: String |
suggestedUsers | open override 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. |
| Name | Summary |
|---|---|
open fun addSuggestedUser(userId: Long) | |
open fun clearSuggestedUsers() | |
fromJson | fun fromJson(json: String): InviteOptionsImpl |