Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 3.27 KB

File metadata and controls

14 lines (10 loc) · 3.27 KB

ChannelInviteInfo

Information regarding the invite status of a person for a particular channel.

Fields

Field Type Required Description Example
channel Optional<CommunicationChannel> N/A
isAutoInvite Optional<Boolean> Bit that tracks if this invite was automatically sent or user-sent
inviter Optional<Person> N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
inviteTime OffsetDateTime The time this person was invited in ISO format (ISO 8601).
reminderTime OffsetDateTime The time this person was reminded in ISO format (ISO 8601) if a reminder was sent.