Skip to content

VideoChat

Video chat info for subscriptions

Fields

contact_type · String · The type of contact for the video chat
date · ISO8601DateTime · The date of the video chat
id · ID! · required · The ID of the video chat
is_group · Boolean · Whether the video chat is a group chat
provider_name · String · The name of the video chat provider
user · User · The user who created the video chat

Used By

Definition

"""
Video chat info for subscriptions
"""
type VideoChat {
"""
The type of contact for the video chat
"""
contact_type: String
"""
The date of the video chat
"""
date: ISO8601DateTime
"""
The ID of the video chat
"""
id: ID!
"""
Whether the video chat is a group chat
"""
is_group: Boolean
"""
The name of the video chat provider
"""
provider_name: String
"""
The user who created the video chat
"""
user: User
}