We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET /api/v1/rooms/:room_id/chats/ header['Authorization'] = user.access_token params
{ num: [int] next_page_token: [int] }
過去のチャットを新しい順にnum件(デフォルトは10件)返す。 next_page_tokenに前回取得したチャットIDのうち、一番古い物を指定することで、次ページ(それ以前のもの)を取得することができる。
[chat { id: room.id, chat_type: "user", message: room.name, user: { ... }, ... } }, { ... }]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GET /api/v1/rooms/:room_id/chats/
header['Authorization'] = user.access_token
params
過去のチャットを新しい順にnum件(デフォルトは10件)返す。
next_page_tokenに前回取得したチャットIDのうち、一番古い物を指定することで、次ページ(それ以前のもの)を取得することができる。
The text was updated successfully, but these errors were encountered: