VideoChatsSubscriptionPayload
Autogenerated return type of VideoChatsSubscription.
Fields
current_video_chat
· VideoChat
· Updates of the current chat ended_video_chat
· VideoChat
· Information about an ended chat upcoming_video_chat
· VideoChat
· Information about an upcoming chat Used By
Definition
"""Autogenerated return type of VideoChatsSubscription."""type VideoChatsSubscriptionPayload { """ Updates of the current chat """ current_video_chat: VideoChat
""" Information about an ended chat """ ended_video_chat: VideoChat
""" Information about an upcoming chat """ upcoming_video_chat: VideoChat}