Closed fa0311 closed 7 months ago
raw
MediaGrid
import { getClient } from '@test/init'; (async () => { const api = await getClient(); const res1 = await api.getTweetApi().getUserMedia({ userId: '69496975', }); const res2 = await api.getTweetApi().getUserMedia({ userId: '69496975', cursor: res1.data.cursor.bottom?.value, }); console.log(res2.data); // length が 0 })();
raw
には含まれている87 と似ていて、Twitter の仕様変更に伴う新しい表示方式(
MediaGrid
)のせい