1 # Pleroma: A lightweight social networking server
2 # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
3 # SPDX-License-Identifier: AGPL-3.0-only
5 defmodule Pleroma.Web.ApiSpec.Schemas.ChatMessagesResponse do
6 alias Pleroma.Web.ApiSpec.Schemas.ChatMessageResponse
11 title: "ChatMessagesResponse",
12 description: "Response schema for multiple ChatMessages",
14 items: ChatMessageResponse,
19 "static_url" => "https://dontbulling.me/emoji/Firefox.gif",
20 "visible_in_picker" => false,
21 "shortcode" => "firefox",
22 "url" => "https://dontbulling.me/emoji/Firefox.gif"
25 "created_at" => "2020-04-21T15:11:46.000Z",
26 "content" => "Check this out :firefox:",
29 "actor" => "https://dontbulling.me/users/lain"
32 "actor" => "https://dontbulling.me/users/lain",
33 "content" => "Whats' up?",
37 "created_at" => "2020-04-21T15:06:45.000Z"