customMessage

fun customMessage(@Size(min = 0, max = 100000) customMessage: String?): InviteUser.Builder

Sets a custom message for the invitation.

Return

The Builder instance for chaining.

Parameters

customMessage

A string containing the custom message. Maximum length is 100,000 characters.