Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 3.03 KB

File metadata and controls

14 lines (10 loc) · 3.03 KB

ChannelInviteInfo

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

Fields

Field Type Required Description Example
channel Optional[models.CommunicationChannel] N/A
is_auto_invite Optional[bool] Bit that tracks if this invite was automatically sent or user-sent
inviter Optional[models.Person] N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
invite_time date The time this person was invited in ISO format (ISO 8601).
reminder_time date The time this person was reminded in ISO format (ISO 8601) if a reminder was sent.