Type alias AudienceModeHandsResponse

AudienceModeHandsResponse: {
    timestamps: number[];
    participants: ExternalId[];
    totalCount: number;
}

Ответ на запрос getHandQueue

Type declaration

  • timestamps: number[]
  • participants: ExternalId[]
  • totalCount: number