Interface ISyncResponse

interface ISyncResponse {
    account_data: IAccountData;
    device_lists?: IDeviceLists;
    device_one_time_keys_count?: Record<string, number>;
    device_unused_fallback_key_types?: string[];
    next_batch: string;
    org.matrix.msc2732.device_unused_fallback_key_types?: string[];
    presence?: IPresence;
    rooms: IRooms;
    to_device?: IToDevice;
}

Properties

account_data: IAccountData
device_lists?: IDeviceLists
device_one_time_keys_count?: Record<string, number>
device_unused_fallback_key_types?: string[]
next_batch: string
org.matrix.msc2732.device_unused_fallback_key_types?: string[]
presence?: IPresence
rooms: IRooms
to_device?: IToDevice