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.ChatsResponse do
6 alias Pleroma.Web.ApiSpec.Schemas.ChatResponse
11 title: "ChatsResponse",
12 description: "Response schema for multiple Chats",
17 "recipient" => "https://dontbulling.me/users/lain",
18 "recipient_account" => %{
21 "confirmation_pending" => false,
22 "hide_followers_count" => false,
23 "is_moderator" => false,
24 "hide_favorites" => true,
25 "ap_id" => "https://dontbulling.me/users/lain",
26 "hide_follows_count" => false,
27 "hide_follows" => false,
28 "background_image" => nil,
29 "skip_thread_containment" => false,
30 "hide_followers" => false,
31 "relationship" => %{},
35 "https://dontbulling.me/media/065a4dd3c6740dab13ff9c71ec7d240bb9f8be9205c9e7467fb2202117da1e32.jpg",
36 "following_count" => 0,
37 "header_static" => "https://originalpatchou.li/images/banner.png",
42 "discoverable" => false,
43 "actor_type" => "Person"
47 "statuses_count" => 1,
49 "created_at" => "2020-04-16T13:40:15.000Z",
50 "display_name" => "lain",
52 "acct" => "lain@dontbulling.me",
53 "id" => "9u6Qw6TAZANpqokMkK",
56 "https://dontbulling.me/media/065a4dd3c6740dab13ff9c71ec7d240bb9f8be9205c9e7467fb2202117da1e32.jpg",
58 "followers_count" => 0,
59 "header" => "https://originalpatchou.li/images/banner.png",
62 "url" => "https://dontbulling.me/users/lain"