Skip to content

getUserMediaでカーソル移動した際のレスポンスがdataに含まれない #99

@fa0311

Description

@fa0311
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
})();

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions