interface APIMessageCall {
    ended_timestamp?: null | string;
    participants: string[];
}

Properties

ended_timestamp?: null | string

ISO8601 timestamp when the call ended

participants: string[]

Array of user ids that participated in the call