API reference

SendInvitesResult Interface

The result of sending an invite to a user or list of users shows invites were sent successfully through the resulting array. This is the model returned in a successful response to the GroupPresence.sendInvites api.

Signature

interface SendInvitesResult

Properties

invites : List
[Get]
The list of invites that was sent through GroupPresence.sendInvites. This invite list can comprise of friends and recently met users.
Signature
abstract val invites: List<ApplicationInvite>